Commit 43756a07 authored by zhoucong's avatar zhoucong

vlog

parent 20480cd5
export default{ export default{
//调用方法时--this.$commonjs.aaa() //调用方法时--this.$commonjs.aaa()
aaa(){
console.log(123456)
}
} }
\ No newline at end of file
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
</view> </view>
<view class="top-content"> <view class="top-content">
<view> <view>
<navigator url="../vlog/vlogIndex/vlogIndex"> <navigator url="../scenic/scenic">
<image src="../../static/img/index/classify1.png"></image> <image src="../../static/img/index/classify1.png"></image>
<view>景区门票</view> <view>景区门票</view>
</navigator> </navigator>
...@@ -69,9 +69,6 @@ ...@@ -69,9 +69,6 @@
<!-- <button @click="getUserInfo()"> 授权获取头像昵称 </button> --> <!-- <button @click="getUserInfo()"> 授权获取头像昵称 </button> -->
<!-- <view class="bottom" v-show="showBottom"> --> <!-- <view class="bottom" v-show="showBottom"> -->
<!--#ifdef MP-WEIXIN --> <!--#ifdef MP-WEIXIN -->
<navigator url="../vlog/vlogIndex/vlogIndex">
<button type="default">vlog</button>
</navigator>
<!-- <web-view src="https://wx.pangdly.com"></web-view> --> <!-- <web-view src="https://wx.pangdly.com"></web-view> -->
<!--#endif--> <!--#endif-->
<!-- </view> --> <!-- </view> -->
......
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