Przeglądaj źródła

订阅消息跳转返回不携带参数

DELL 3 lat temu
rodzic
commit
8bc0930c27

+ 0 - 2
packageGoods/order/settlement.vue

@@ -141,7 +141,6 @@
 			}
 		},
 		onLoad(opthios) {
-			console.log(opthios);
 			if (opthios.ids) {
 				this.ids = JSON.parse(opthios.ids)
 				this.getDetail()
@@ -263,7 +262,6 @@
 				}
 				$http.post('/api/v1/mp/user/deliver/order/settle', data ).then(res => {
 					uni.hideLoading();
-					console.log(res);
 					if (res.code == 0) {
 						this.info = res.data
 						this.addr = res.data.addr

+ 2 - 2
packageOperate/activity/index.vue

@@ -139,7 +139,7 @@
 			</view>
 
 			<!-- 图文介绍 -->
-			<view class="wrap-descriptiontwo">
+			<view v-if="description" class="wrap-descriptiontwo">
 				<view style="padding: 36rpx 24rpx 36rpx;">图文介绍</view>
 				<view v-html="description">{{description}} </view>
 			</view>
@@ -211,7 +211,7 @@
 		methods: {
 			toActivity() {
 				uni.reLaunch({
-					url: `/pages/activity/index?triggerStatus=0`
+					url: `/pages/activity/index`
 				})
 			},
 			getDetail() {

+ 1 - 1
packageOperate/activity/record.vue

@@ -113,7 +113,7 @@
 		methods: {
 			toActivity() {
 				uni.reLaunch({
-					url: `/pages/activity/index?triggerStatus=1`
+					url: `/pages/activity/index`
 				})
 			},
 			toCore() {