Browse Source

常驻页面

shish 4 years ago
parent
commit
38d4c1bc74
1 changed files with 27 additions and 0 deletions
  1. 27 0
      hdApp/src/admin/home/me.vue

+ 27 - 0
hdApp/src/admin/home/me.vue

@@ -107,6 +107,13 @@
 
 
           </view>
           </view>
         </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>
       </view>
     </template>
     </template>
     <DorpdownSelect ref="dorpdownSelect" :menuObj.sync="menuObj" top="0upx" :isShowTit="false" :selectItemId.sync="shopId" @selectSussess="changeShop()" ></DorpdownSelect>
     <DorpdownSelect ref="dorpdownSelect" :menuObj.sync="menuObj" top="0upx" :isShowTit="false" :selectItemId.sync="shopId" @selectSussess="changeShop()" ></DorpdownSelect>
@@ -149,6 +156,12 @@ export default {
     this.getMyInfo()
     this.getMyInfo()
   },
   },
   methods: {
   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
     // #ifdef APP-PLUS
     loginOut(){
     loginOut(){
         let that = this
         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 {
   & .account-info_box {
     margin-top: 20upx;
     margin-top: 20upx;
     padding: 30upx 20upx;
     padding: 30upx 20upx;