会员信息
This commit is contained in:
parent
c09aa948bf
commit
204a6293e9
@ -15,7 +15,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<!-- 金刚区 -->
|
<!-- 金刚区 -->
|
||||||
<view class="conttainer-jg">
|
<view class="conttainer-jg">
|
||||||
<view class="jg-box">
|
<view class="jg-box" @click="toQRcode">
|
||||||
<view class="jg-img">
|
<view class="jg-img">
|
||||||
<image src="../../static/imgs/viprwm.png" mode=""></image>
|
<image src="../../static/imgs/viprwm.png" mode=""></image>
|
||||||
</view>
|
</view>
|
||||||
@ -346,6 +346,11 @@
|
|||||||
url: '/pagesHome/PointsMall/PointsMall'
|
url: '/pagesHome/PointsMall/PointsMall'
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
toQRcode(){
|
||||||
|
uni.navigateTo({
|
||||||
|
url: '/pagesHome/QRcode/QRcode'
|
||||||
|
})
|
||||||
|
},
|
||||||
goGoGo() {
|
goGoGo() {
|
||||||
uni.openLocation({
|
uni.openLocation({
|
||||||
latitude: 36.651441,
|
latitude: 36.651441,
|
||||||
|
Loading…
Reference in New Issue
Block a user