Browse Source

客户等级

shish 2 years ago
parent
commit
98744acba6

+ 1 - 1
ghsApp/src/pagesClient/member/detail.vue

@@ -235,7 +235,7 @@ export default {
     changeLevelPrice(){
 			const that = this;
 			uni.showActionSheet({
-				itemList: ['零售价', '批发价', '超级会员价'],
+				itemList: ['零售价', '批发价', '会员价'],
 				success: e => {
           changeLevel({customId:that.userInfo.id,level:e.tapIndex}).then(res=>{
             if(res.code == 1){

+ 3 - 3
hdApp/src/pagesPurchase/particulars.vue

@@ -145,19 +145,19 @@ export default {
     },
     goBack(){
       uni.navigateBack()
-      this.subscribe()
+      //this.subscribe()
     },
     goHome () {
       uni.removeStorageSync('ghsCgScene')
       uni.removeStorageSync('ghsCgOption')
       this.pageTo({url:"/admin/home/workbench",type:4})
-      this.subscribe()
+      //this.subscribe()
     },
     goDetail() {
       uni.removeStorageSync('ghsCgScene')
       uni.removeStorageSync('ghsCgOption')
       this.pageTo({url: '/pagesPurchase/purDetails?id='+this.option.id+'&status=2',type:2})
-      this.subscribe()
+      //this.subscribe()
     },
     subscribe(){
       // #ifdef MP-WEIXIN