pages/mine/activity/detail.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
pages/product/goods.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
pages/mine/activity/detail.vue
@@ -40,7 +40,7 @@ <text class="location">最大人数:{{ activityInfo.limitUserNum || '暂无' }}</text> </view> <view> <text class="location">活动类型:{{ activityInfo.activityType || '暂无' }}</text> <text class="location">活动类型:{{ activityInfo.activityType === 'online' ? '线上' : '线下' }}</text> </view> </view> <view class="tags"> pages/product/goods.vue
@@ -793,8 +793,8 @@ */ back () { if (getCurrentPages().length == 1) { uni.switchTab({ url: "/pages/tabbar/home/index", uni.redirectTo({ url: "/pages/commodity-square/commoditySquare", }); } else { uni.navigateBack();