|
|
@@ -107,6 +107,13 @@
|
|
|
|
|
|
</view>
|
|
|
</view>
|
|
|
+
|
|
|
+ <view class="bottom-agreement">
|
|
|
+ <text @click.stop="goToService">服务协议</text>
|
|
|
+ <text class="right" @click.stop="goToPrivacy">隐私政策</text>
|
|
|
+ </view>
|
|
|
+ <view class="bottom-version">version {{version}}</view>
|
|
|
+
|
|
|
</view>
|
|
|
</template>
|
|
|
<DorpdownSelect ref="dorpdownSelect" :menuObj.sync="menuObj" top="0upx" :isShowTit="false" :selectItemId.sync="shopId" @selectSussess="changeShop()" ></DorpdownSelect>
|
|
|
@@ -149,6 +156,12 @@ export default {
|
|
|
this.getMyInfo()
|
|
|
},
|
|
|
methods: {
|
|
|
+ goToService(){
|
|
|
+ plus.runtime.openURL('http://www.wixhb.com/main/hzg-register')
|
|
|
+ },
|
|
|
+ goToPrivacy(){
|
|
|
+ plus.runtime.openURL('http://www.wixhb.com/main/hzg-privacy')
|
|
|
+ },
|
|
|
// #ifdef APP-PLUS
|
|
|
loginOut(){
|
|
|
let that = this
|
|
|
@@ -363,6 +376,20 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ .bottom-agreement{
|
|
|
+ z-index:99999;
|
|
|
+ text-align:center;
|
|
|
+ color:#CCCCCC;
|
|
|
+ font-size:28upx;
|
|
|
+ margin-top:20upx;
|
|
|
+ text{
|
|
|
+ z-index:99999;
|
|
|
+ }
|
|
|
+ .right{
|
|
|
+ z-index:99999;
|
|
|
+ margin-left:39upx;
|
|
|
+ }
|
|
|
+ }
|
|
|
& .account-info_box {
|
|
|
margin-top: 20upx;
|
|
|
padding: 30upx 20upx;
|