|
@@ -24,7 +24,7 @@
|
|
|
<view class="box" v-if="contentList && contentList.length > 0">
|
|
<view class="box" v-if="contentList && contentList.length > 0">
|
|
|
<view class="tit dflex">为您推荐</view>
|
|
<view class="tit dflex">为您推荐</view>
|
|
|
<view class="rec">
|
|
<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="flex">
|
|
|
<view class="rec-tit tovers">{{item.title}}</view>
|
|
<view class="rec-tit tovers">{{item.title}}</view>
|
|
|
<view class="dflex">
|
|
<view class="dflex">
|
|
@@ -83,9 +83,6 @@ export default {
|
|
|
onShow(){
|
|
onShow(){
|
|
|
this.getConfig();
|
|
this.getConfig();
|
|
|
this.getBrowse();
|
|
this.getBrowse();
|
|
|
- uni.showModal({
|
|
|
|
|
- content:req.getStorage('AUTH_TOKEN')
|
|
|
|
|
- })
|
|
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
async onShareAppMessage() {
|
|
async onShareAppMessage() {
|