From 0978691dc9047c7090dca64406f5d0ac027e8df4 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期一, 30 十月 2023 17:59:31 +0800 Subject: [PATCH] 自主配送功能优化 部分功能增删 提煤单详情页面修改 --- pages/customer-page/customer-my/customer-my.vue | 15 ++++++--------- 1 files changed, 6 insertions(+), 9 deletions(-) diff --git a/pages/customer-page/customer-my/customer-my.vue b/pages/customer-page/customer-my/customer-my.vue index fb1ec25..df96ad3 100644 --- a/pages/customer-page/customer-my/customer-my.vue +++ b/pages/customer-page/customer-my/customer-my.vue @@ -75,12 +75,12 @@ type="primary" @click="userManage" v-if="roleType == 1 && userEntity.isHostUser === '0'"></u-button></view> - <view class="logout"><u-button text="淇敼瀵嗙爜" + <!-- <view class="logout"><u-button text="淇敼瀵嗙爜" type="primary" @click="modifyPwd"></u-button></view> <view class="logout"><u-button text="閲嶇疆瀵嗙爜" type="primary" - @click="initPwd"></u-button></view> + @click="initPwd"></u-button></view> --> <view class="logout"><u-button text="閫�鍑虹櫥褰�" type="primary" @click="logout()"></u-button></view> @@ -151,16 +151,16 @@ @cancel="logoutCancel"></u-modal> </view> <!-- 閲嶇疆瀵嗙爜寮瑰嚭妗� --> - <view class="initPwdModal"> + <!-- <view class="initPwdModal"> <u-modal :show="initPwdShow" title="閲嶇疆瀵嗙爜" showCancelButton content="鍒濆瀵嗙爜灏嗗彉鏇翠负123456,鏄惁纭閲嶇疆" @confirm="initPwdConfirm" @cancel="initPwdCancel"></u-modal> - </view> + </view> --> <!-- 淇敼瀵嗙爜寮瑰嚭妗� --> - <view class="modifyPwdModal"> + <!-- <view class="modifyPwdModal"> <u-modal :show="modifyPwdShow" title="淇敼瀵嗙爜" showCancelButton @@ -173,7 +173,7 @@ type="password"></u-input> </view> </u-modal> - </view> + </view> --> </view> </template> @@ -222,9 +222,6 @@ roleType() { return uni.getStorageSync('roleType'); } - }, - onShow() { - this.init(); }, methods: { init() { -- Gitblit v1.9.1