shish пре 4 година
родитељ
комит
365ea1961a
2 измењених фајлова са 2 додато и 11 уклоњено
  1. 1 10
      ghsApp/src/admin/billing/affirm.vue
  2. 1 1
      ghsApp/src/admin/home/me.vue

+ 1 - 10
ghsApp/src/admin/billing/affirm.vue

@@ -339,7 +339,7 @@ export default {
 			this.replaceItemFn(item,0,'add')
 		},
     init () {
-      this._getDet();
+
     },
     kdChange(e){
 			let index = e.detail.value
@@ -364,15 +364,6 @@ export default {
         this.form.sendCost = "";
       }
     },
-    _getDet () {
-      let data = uni.getStorageSync("modifyShopB");
-      if (this.$util.isEmpty(data)){
-        return;
-      }
-      Object.keys(this.form).forEach((i, index) => {
-        this.form[i] = data[i];
-      });
-    },
     changeCustomerFn (info) {
       const product = this.selectList.map((ele) => {
         return {

+ 1 - 1
ghsApp/src/admin/home/me.vue

@@ -98,7 +98,7 @@
             </tui-list-cell>
 
             <tui-list-cell @click="pageTo({ url: '/admin/shop/sk' })" class="line-cell" :hover="false" :arrow="true">
-              <view class="tui-title">设置零售店</view>
+              <view class="tui-title">快捷开单设置</view>
             </tui-list-cell>
 
             <!-- #ifdef APP-PLUS -->