fix
This commit is contained in:
parent
529b55bf83
commit
c1270dc839
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="main">
|
||||
<title-block class="title-block" :title="type === 'service' ? '软件许可及服务协议' : '隐私保护政策'">
|
||||
<title-block class="title-block" >
|
||||
<template #left>
|
||||
<div>
|
||||
<image style="width: 112rpx;height: 52rpx"
|
||||
@ -30,8 +30,8 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
back(){
|
||||
uni.navigateBack({
|
||||
delta: 2
|
||||
uni.navigateTo({
|
||||
url: "/pages/realName/realName"
|
||||
});
|
||||
}
|
||||
},
|
||||
|
@ -298,6 +298,14 @@ export default {
|
||||
})
|
||||
},
|
||||
agreementHandle(type) {
|
||||
const data = {
|
||||
num: this.num,
|
||||
name: this.name,
|
||||
fileList: this.fileList,
|
||||
fileList2: this.fileList2,
|
||||
video: this.video
|
||||
}
|
||||
uni.setStorageSync("info", data)
|
||||
uni.navigateTo({
|
||||
url: "/pages/realName/agreement?type=" + type,
|
||||
});
|
||||
@ -308,8 +316,8 @@ export default {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
/deep/.u-checkbox__icon-wrap--circle {
|
||||
width: 25upx !important;
|
||||
height: 25upx !important;
|
||||
width: 30upx !important;
|
||||
height: 30upx !important;
|
||||
}
|
||||
|
||||
/deep/ .u-checkbox-label--left {
|
||||
|
Loading…
Reference in New Issue
Block a user