Merge pull request '修改协议隐私' (#399) from qxf into master

Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/399
This commit is contained in:
qxf 2020-12-01 17:55:00 +08:00
commit f431b02d9f
8 changed files with 22 additions and 14 deletions

View File

@ -17,7 +17,7 @@
<text>我已详细阅读并同意</text> <text>我已详细阅读并同意</text>
<text class="pact_text">用户协议</text> <text class="pact_text">用户协议</text>
<text class="pact_text">隐私协议</text> <text class="pact_text">隐私协议</text>
<text class="pact_text">使用协议</text> <!-- <text class="pact_text">使用协议</text> -->
<u-checkbox-group @change="checkboxGroupChange" size="27"> <u-checkbox-group @change="checkboxGroupChange" size="27">
<u-checkbox @change="checkboxChange" v-model="item.checked" v-for="(item, index) in list" :key="index" :name="item.name" <u-checkbox @change="checkboxChange" v-model="item.checked" v-for="(item, index) in list" :key="index" :name="item.name"
shape="circle" size="14" active-color="#19BE6B"></u-checkbox> shape="circle" size="14" active-color="#19BE6B"></u-checkbox>

View File

@ -34,7 +34,7 @@
<view class="welcome_backes" v-if="protocol"> <view class="welcome_backes" v-if="protocol">
<view class="content"> <view class="content">
<!-- <view class="title">{{ agreement.document_title }}</view> --> <!-- <view class="title">{{ agreement.document_title }}</view> -->
<view class="title">用户协议与隐私</view> <view class="title">用户协议</view>
<!-- <text class="protocol_content"></text> --> <!-- <text class="protocol_content"></text> -->
<scroll-view scroll-y class="scroll"> <scroll-view scroll-y class="scroll">
<rich-text class="protocol_content" :nodes="agreement.document_content"></rich-text> <rich-text class="protocol_content" :nodes="agreement.document_content"></rich-text>

View File

@ -3,7 +3,7 @@
"appid" : "__UNI__EBFF00A", "appid" : "__UNI__EBFF00A",
"description" : "", "description" : "",
"versionName" : "1.0.1", "versionName" : "1.0.1",
"versionCode" : 103, "versionCode" : 107,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {

View File

@ -41,7 +41,7 @@
timer: null, timer: null,
is_sendcode: false, // 60s is_sendcode: false, // 60s
time_count: 60, time_count: 60,
pactList: [ "《用户协议》", "《隐私协议》", "《使用协议》" ], pactList: [ "《用户协议》", "《隐私协议》" ],
}; };
}, },
methods: { methods: {

View File

@ -93,10 +93,12 @@
}, { }, {
"id": '2', "id": '2',
"text": "《隐私协议》" "text": "《隐私协议》"
}, { },
"id": '3', // {
"text": "《使用协议》" // "id": '3',
}, ], // "text": "使"
// },
],
temp_url: "", // temp_url: "", //
pagesArr: ["pages/mine/index"], // pagesArr: ["pages/mine/index"], //
platform: '', // platform: '', //

View File

@ -82,10 +82,11 @@
}, { }, {
"id": '2', "id": '2',
"text": "《隐私协议》" "text": "《隐私协议》"
}, { },
"id": '3', // {
"text": "《使用协议》" // "id": '3',
}, // "text": "使"
// },
] ]
}; };

View File

@ -79,9 +79,13 @@
link: './feedback' link: './feedback'
}, },
{ {
title: '用户协议与政策', title: '用户协议',
link: '/pageA/pactList/pactList?index=0' link: '/pageA/pactList/pactList?index=0'
}, },
{
title: '隐私政策',
link: '/pageA/pactList/pactList?index=1'
},
], ],
content: "是否退出登录!", content: "是否退出登录!",
show: false, show: false,

View File

@ -127,7 +127,8 @@
uni.request({ uni.request({
url:"https://mall.dmygkeji.com/api/Specialci/getAtwillUserInfo", url:"https://mall.dmygkeji.com/api/Specialci/getAtwillUserInfo",
data:{ data:{
userId: 1 userId: 1,
markup: 1
}, },
method:"POST", method:"POST",
header:{ header:{