zhangwei
2024-09-29 94384dcf5066aa1a7b2e37874fe331e148bc9249
src/pages/worker/worker.vue
@@ -3,7 +3,7 @@
      <view class="coreshop-ff">
         <up-list>
            <up-list-item>
               <up-cell :title="workerInfo.nickname" :border="false">
               <up-cell :title="workerInfo.userWorker.name" :border="false">
                  <template #icon v-if="workerInfo.avatar">
                     <up-avatar shape="square" size="35" :src="workerInfo.avatar"
                        customStyle="margin: -3px 5px -3px 0"></up-avatar>
@@ -11,7 +11,7 @@
               </up-cell>
            </up-list-item>
            <up-list-item>
               <up-cell title="姓名" :value="workerInfo.userWorker.name" :border="false">
               <up-cell title="昵称" :value="workerInfo.nickname" :border="false">
               </up-cell>
            </up-list-item>
            <up-list-item>
@@ -51,6 +51,7 @@
         }
      },
      onLoad(option) {
         console.log(option,'zzzzzzzzzzzzzzzzzz');
         let {
            workerid
         } = option
@@ -66,6 +67,7 @@
               this.workerInfo = res.data
            })
         },
         selectBtn() {
            this.isLoading = true
            this.$api.saveQueRen({