k94314517
2025-07-18 f93f455134ff234be9d257c0f432c8052f1c32cd
small-program/pages/login/login.vue
@@ -9,7 +9,7 @@
      <view class="box-footer">
         <image src="/static/icon/ic_notagree@2x.png" mode="widthFix" v-if="!agree" @click="agreeDo"></image>
         <image src="/static/icon/ic_agree@2x.png" mode="widthFix" v-if="agree" @click="agreeDo"></image> 
         <text @click="agreeDo">我已阅读并同意<text @click="jumpService(4)">《用户协议》</text>,<text @click="jumpService(5)"> 《隐私协议政策》</text></text>
         <text @click="agreeDo">我已阅读并同意<text class="bluetxt" @click="jumpService(4)">《用户协议》</text>,<text class="bluetxt" @click="jumpService(5)"> 《隐私协议政策》</text></text>
      </view>
   </view>
</template>
@@ -27,7 +27,7 @@
      methods: {
         jumpService(flag) {
            uni.navigateTo({
               url: '/pages/withdrawal/withdrawal'
               url: '/pages/rich-text-page/rich-text-page?flag='+flag
            })
         },
         agreeDo(){
@@ -113,4 +113,7 @@
         }
      }
   }
   .bluetxt{
      color: royalblue !important;
   }
</style>