Commit 6b4c4ac8 authored by Mac's avatar Mac

1

parent 5dd19d1f
......@@ -474,6 +474,10 @@
"path":"my-news"//我的动态
},{
"path":"enlargevideo"//视频放大
},{
"path":"mydetails"//动态详情
},{
"path":"friendcircle"//朋友圈
}]
},
//抖音商品短视频
......
This diff is collapsed.
......@@ -442,7 +442,7 @@
url: '/pages/friendcircle/mydetails?ID=' + x.id
})
innerAudioContext.stop();
}
},
}
}
</script>
......@@ -44,14 +44,14 @@
<u-empty text="没有找到商品信息" font-size="36" mode="list" ></u-empty>
</view>
<!-- <view class="quick" v-if="!loading">
<view class="item">
<view class="quick" v-if="!loading">
<!-- <view class="item">
<u-icon name="cart-o" size="48" color="#333" />
</view>
</view> -->
<view class="item" @click="goTop">
<u-icon name="arrow-up" size="48" color="#333" />
</view>
</view> -->
</view>
</view>
</template>
......
......@@ -185,7 +185,9 @@
educationteacher
},
onLoad(options) {
uni.navigateTo({
url: '/pages/friendcircle/friendcircle'
})
let that = this;
uni.getSystemInfo({
success(res) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment