shish 4 лет назад
Родитель
Сommit
2ce27171de
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      mallApp/src/mixins/globalMixins.js

+ 1 - 1
mallApp/src/mixins/globalMixins.js

@@ -16,7 +16,7 @@ export default {
 			uni.setStorageSync('token', option.token)
 			uni.setStorageSync('token', option.token)
 		}
 		}
 
 
-		//扫商城二维码
+		//扫商城二维码和会员注册码
 		if(option.scene){
 		if(option.scene){
 			const scene = decodeURIComponent(option.scene)
 			const scene = decodeURIComponent(option.scene)
 			var theRequest = new Object();
 			var theRequest = new Object();