xhj 2 gadi atpakaļ
vecāks
revīzija
6aef359773
1 mainītis faili ar 1 papildinājumiem un 4 dzēšanām
  1. 1 4
      topic/content/content.vue

+ 1 - 4
topic/content/content.vue

@@ -24,7 +24,7 @@
 		<view class="box" v-if="contentList && contentList.length > 0">
 			<view class="tit dflex">为您推荐</view>
 			<view class="rec">
-				<navigator @click="jumpUrl('/topic/content/content?id=' + item.id)" hover-class="none" class="li dflex" v-for="(item,index) in contentList" :key="index" v-if="index < 3">
+				<navigator @click="jumpUrl('/topic/content/content?id=' + item.id+'&code='+code)" hover-class="none" class="li dflex" v-for="(item,index) in contentList" :key="index" v-if="index < 3">
 					<view class="flex">
 						<view class="rec-tit tovers">{{item.title}}</view>
 						<view class="dflex">
@@ -83,9 +83,6 @@ export default {
 	onShow(){
 		this.getConfig();
 		this.getBrowse();
-		uni.showModal({
-			content:req.getStorage('AUTH_TOKEN')
-		})
 	},
 
 	 async onShareAppMessage() {