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