#
whycq
2023-11-21 b659dc246a9e8211739b1f9858f7518803dc6a8c
pages/business/cstmr/cstmrDetails.vue
@@ -62,7 +62,7 @@
      </scroll-view>
      <view class="foot">
         <button  size="mini" type="primary" @click="edite(id)">修改</button>
         <button  size="mini" type="warn" @click="del(id)">删除</button>
         <button  size="mini" type="warn" @click="del(id)" v-show="isDel">删除</button>
      </view>
      
      <!-- 输入框示例 -->
@@ -96,10 +96,14 @@
               followerList: []
            },
            followers: [],
            cstmrId: ''
            cstmrId: '',
            isDel: true
         }
      },
      onLoad(option) { 
         if (option.type == 'info') {
            this.isDel = false
         }
         this.id = option.id
         this.init()
         this.autoLoad('follower','')