Sfoglia il codice sorgente

隐私协议颜色调整

wangzq 2 anni fa
parent
commit
5a405319d1
2 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  1. 3 3
      src/components/yinsi/policy.ux
  2. 3 3
      src/views/My/index.ux

+ 3 - 3
src/components/yinsi/policy.ux

@@ -4,10 +4,10 @@
         <text
           style="font-weight: 400;margin-top: 40px;text-indent:60px;margin-left: 20px;margin-right: 20px"
           >欢迎使用{{app_name}}~你需要阅读并同意<a
-            style="color: #F8E2B2;"
+            style="color: #61A9C0;"
             @click="gotoPrivacy"
             >《隐私政策》</a
-          >和<a style="color: #F8E2B2;" @click="gotoRouter">《用户协议》</a
+          >和<a style="color: #61A9C0;" @click="gotoRouter">《用户协议》</a
           >方可使用{{app_name}}提供的阅读服务,是否同意?</text
         >
 
@@ -78,7 +78,7 @@ export default {
   height: 80px;
   text-align: center;
   border-bottom-right-radius: 30px;
-  background-color: #F8E2B2;
+  background-color: #61A9C0;;
   color: white;
 }
 .cancel {

+ 3 - 3
src/views/My/index.ux

@@ -185,9 +185,9 @@ export default {
       }
     }
     if (page == 'Privacy') {
+      let privacy = this.$app.$def.manifest.config.data.yinsi_addr;
       webview.loadUrl({
-        url:
-          'https://zhuishuyun.oss-cn-hangzhou.aliyuncs.com/qapp/privacy/qingm_privacy.htm',
+        url:privacy,
         showloadingdialog: true
       })
     } else {
@@ -214,7 +214,7 @@ export default {
         },
         {
           text: '取消',
-          color: '#9900FF'
+          color: '#61A9C0'
         }
       ],
       success: function(data) {