pages/regist/regist.vue
@@ -21,7 +21,7 @@ </view> <view class="loginBtn"> <view class="loginBtn-desc"> <image @click="agreeClick" class="loginBtn-icon" :src="!loginAct ? '/static/imgs/check.png' : '/static/imgs/checked.png'" ></image> <image @click="agreeClick" class="loginBtn-icon" :src="!loginAct ? '/static/imgs/check.png' : '/static/imgs/checked.png'" mode=""></image> <text>我已阅读并同意</text> <text class="blue" @tap="agreeDialog1">《注册协议》</text> <text class="blue" @tap="agreeDialog2">《隐私政策》</text>