Commit a41bb426 authored by xieyishang's avatar xieyishang

ll~

parent 30e1d912
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<uni-popup :show="showtip" type="center" :mask-click="false" @change="change"> <uni-popup :show="showtip" type="center" :mask-click="false" @change="change">
<view class="uni-tip"> <view class="uni-tip">
<text class="uni-tip-title">用户协议和隐私政策</text> <text class="uni-tip-title">用户协议和隐私政策</text>
<text class="uni-tip-content flex ali-c">请您务必审慎阅读、充分理解"用户协议"和"隐私政策"各条款,包括但不限于为您提供软件内容的服务,我们需要收集您的设备信息、操作日志等个人信息您可以在设置中查看个人信息并修改你的信息您可阅读<navigator class="xieyitags" url="/pages/Agreement/Agreementuser">《用户协议》</navigator><navigator class="xieyitags" url="/pages/Agreement/Agreement"> 《隐私政策》</navigator>了解详细信息。如您同意,请点击"同意"开始接受我们的服务</text> <view class="uni-tip-content flex ali-c">请您务必审慎阅读、充分理解"用户协议"和"隐私政策"各条款,包括但不限于为您提供软件内容的服务,我们需要收集您的设备信息、操作日志等个人信息您可以在设置中查看个人信息并修改你的信息您可阅读<navigator class="xieyitags" url="/pages/Agreement/Agreementuser">《用户协议》</navigator><navigator class="xieyitags" url="/pages/Agreement/Agreement"> 《隐私政策》</navigator>了解详细信息。如您同意,请点击"同意"开始接受我们的服务</view>
<view class="uni-tip-group-button"> <view class="uni-tip-group-button">
<text class="uni-tip-button" @click="cancel('tip')">暂不使用</text> <text class="uni-tip-button" @click="cancel('tip')">暂不使用</text>
<text class="uni-tip-button" @click="tongyi('tip')">同意</text> <text class="uni-tip-button" @click="tongyi('tip')">同意</text>
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
.uni-tip-content{ .uni-tip-content{
text-align: left !important; text-align: left !important;
display: inline-block !important;
} }
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
//"appid" : "__UNI__FC9419E", //"appid" : "__UNI__FC9419E",
"appid" : "__UNI__1EA80F1", //这个是 web "appid" : "__UNI__1EA80F1", //这个是 web
"description" : "", "description" : "",
"versionName" : "1.0.49", "versionName" : "1.0.55",
"versionCode" : 149, "versionCode" : 155,
"transformPx" : false, "transformPx" : false,
/* 5+App特有相关 */ /* 5+App特有相关 */
"app-plus" : { "app-plus" : {
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
//环境变量 这个是 鹿马商家助手的 商家助手的~~~~ //环境变量 这个是 鹿马商家助手的 商家助手的~~~~
module.exports = { module.exports = {
//是否为开发调试环境 true为本地环境 false 为正式环境 //是否为开发调试环境 true为本地环境 false 为正式环境
isdebug:true,//测试 // isdebug:true,//测试
// isdebug:false,//正式 isdebug:false,//正式
xqdebug:false,//正式权限 xqdebug:false,//正式权限
// xqdebug:true,//发布审核权限 也是测试环境的 主要用于ios // xqdebug:true,//发布审核权限 也是测试环境的 主要用于ios
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment