Commit 6b4c4ac8 authored by Mac's avatar Mac

1

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