Przeglądaj źródła

用户隐私政策

shish 4 lat temu
rodzic
commit
e8f64f8983

+ 9 - 3
ghsApp/src/admin/home/login.vue

@@ -34,9 +34,9 @@
 							<radio value="1" style="width:6upx;transform:scale(0.8)" />
 							<text style="margin-left:38upx;">
 								我已阅读并同意
-								<text style="font-weight:bold;color:#666666;" @click.stop="pageTo({url: '/admin/home/register'})">《用户协议》</text>
+								<text style="font-weight:bold;color:#666666;" @click.stop="goToService">《服务协议》</text>
-								<text style="font-weight:bold;color:#666666;" @click.stop="pageTo({url: '/admin/home/privacy'})">《隐私政策》</text>
+								<text style="font-weight:bold;color:#666666;" @click.stop="goToPrivacy">《隐私政策》</text>
 							</text>
 						</label>
 					</radio-group>
@@ -85,6 +85,12 @@ export default {
 	},
 	methods: {
 		...mapActions(['setUserShopAll']),
+		goToService(){
+			plus.runtime.openURL('http://www.wixhb.com/main/xhb-register')
+		},
+		goToPrivacy(){
+			plus.runtime.openURL('http://www.wixhb.com/main/xhb-privacy')
+		},
 		agreeItem(e){
 			this.agree = e.target.value
 		},
@@ -239,7 +245,7 @@ export default {
 			let mobile = this.mobile
 			let password = this.password
 			if(that.agree == 0){
-				this.$msg('请同意并勾选用户协议和隐私政策')
+				this.$msg('请同意并勾选服务协议和隐私政策')
 				return false				
 			}
 			if (that.$util.isEmpty(mobile)) {

+ 9 - 3
ghsApp/src/admin/home/me.vue

@@ -107,8 +107,8 @@
         </view>
         
         <view class="bottom-agreement">
-          <text @click.stop="pageTo({url: '/admin/home/register'})">用户协议</text>
-          <text class="right" @click.stop="pageTo({url: '/admin/home/privacy'})">隐私政策</text>
+          <text @click.stop="goToService">服务协议</text>
+          <text class="right" @click.stop="goToPrivacy">隐私政策</text>
         </view>
         <view class="bottom-version">version {{version}}</view>
         
@@ -160,6 +160,12 @@ export default {
     // #endif
   },
   methods: {
+		goToService(){
+			plus.runtime.openURL('http://www.wixhb.com/main/xhb-register')
+		},
+		goToPrivacy(){
+			plus.runtime.openURL('http://www.wixhb.com/main/xhb-privacy')
+		},
     showAllShop () {
       this.$refs.shopSelectComponent.dropdownShow = true;
     },
@@ -348,7 +354,7 @@ export default {
       }
       .right{
         z-index:99999;
-        margin-left:20upx;
+        margin-left:39upx;
       }
     }
     .bottom-version{

+ 27 - 0
ghsApp/src/androidPrivacy.json

@@ -0,0 +1,27 @@
+{
+  "version": "1",
+  "prompt": "template",
+  "title": "服务协议和隐私政策",
+  "message": "  请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。<br/>  你可阅读<a href=\"http://www.wixhb.com/main/xhb-register\">《服务协议》</a>和<a href=\"http://www.wixhb.com/main/xhb-privacy\">《隐私政策》</a>了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",
+  "buttonAccept": "同意并接受",
+  "buttonRefuse": "暂不同意",
+  "second": {
+    "title": "确认提示",
+    "message": "  进入应用前,你需先同意<a href=\"http://www.wixhb.com/main/xhb-register\">《服务协议》</a>和<a href=\"http://www.wixhb.com/main/xhb-privacy\">《隐私政策》</a>,否则将退出应用。",
+    "buttonAccept": "同意并继续",
+    "buttonRefuse": "退出应用"
+  },
+  "styles": {
+    "backgroundColor": "#ffffff",
+    "borderRadius":"5px",
+    "title": {
+      "color": "#414141"
+    },
+    "buttonAccept": {
+      "color": "#414141"
+    },
+    "buttonRefuse": {
+      "color": "#565656"
+    }
+  }
+}

+ 1 - 1
ghsApp/src/api/auth/index.js

@@ -14,7 +14,7 @@ export const getApkVersion = data => {
 	return https.get('/auth/get-apk-version', data)
 }
 
-//用户协议
+//服务协议
 export const getRegisterAgreement = data => {
 	return https.get('/auth/register', data)
 }

+ 111 - 0
ghsApp/src/changelog.md

@@ -0,0 +1,111 @@
+## 3.3.3(2022-02-23)
+- 修复 模板城市选择 vue3 报错的bug
+- 修复 删除 map.nvue 中多余的 enableOverlooking 变量
+- 修复 swipe-dot.nvue 中条件编译媒体查询
+## 3.3.2(2022-01-26)
+- 修复 默认运行到 vue2 
+## 3.3.1(2022-01-26)
+- 新增 同步 uni-ui@1.4.11
+	- uni-collapse 修复 微信小程序resize后组件收起的bug
+	- uni-countdown 修复 在微信小程序中样式不生效的bug
+	- uni-countdown 新增 update 方法 ,在动态更新时间后,刷新组件
+	- uni-load-more 新增 showText属性 ,是否显示文本
+	- uni-load-more 修复 nvue 平台下不显示文本的bug
+	- uni-load-more 修复 微信小程序平台样式选择器报警告的问题
+	- uni-nav-bar 修复 在vue下,标题不垂直居中的bug
+	- uni-nav-bar 修复 height 属性类型错误
+	- uni-nav-bar 新增 height 属性,可修改组件高度
+	- uni-nav-bar 新增 dark 属性可可开启暗黑模式
+	- uni-nav-bar 优化 标题字数过多显示省略号
+	- uni-nav-bar 优化 插槽,插入内容可完全覆盖
+	- uni-popup 修复 isMaskClick 失效的bug
+	- uni-popup 新增 cancelText \ confirmText 属性 ,可自定义文本
+	- uni-popup 新增 maskBackgroundColor 属性 ,可以修改蒙版颜色
+	- uni-popup 优化 maskClick属性 更新为 isMaskClick ,解决微信小程序警告的问题
+## 3.3.0(2022-01-04)
+- 修复 开发时在 vue3 下由 pc 端切换到手机端,不能返回上一级页面的 bug
+- 优化 去掉 pc 端 topwindow 右上角用于演示的 url 导航
+## 3.2.12(2021-12-20)
+- 新增 适配京东小程序
+## 3.2.11(2021-12-07)
+- 修复 uni-ui 在 hello-uniapp 中丢失图标、ui 受到公共样式影响等问题
+- 修复 微信登录取值报错的问题
+## 3.2.10(2021-11-30)
+- 修复 map 组件示例不显示的 bug
+## 3.2.9(2021-11-19)
+- 新增 uni-ui 以 uni_modules 方式引入,方便开发者从 hello-uniapp 中 copy 组件及示例
+- 优化 uni-ui 示例页面,完善组件示例
+## 3.2.8(2021-11-10)
+- 新增 适配飞书平台(lark)
+## 3.2.7(2021-10-26)
+- 修复 uni-popup 示例的 button 文字在 iPhone 5 上换行的 bug
+- 修复 uni-table 示例,页面顶部距离不对的 bug
+- 修复 GlobalData示例,在vue3是无效的 bug
+- 优化 删除无用的 project.swan.json 文件 
+## 3.2.6(2021-10-08)
+- 由于体验问题,暂时撤销 uni-ui 以 uni_modules 方式引入的修改
+
+## 3.2.4(2021-09-07)
+- 修复 vue3 在 H5 编译报错的 bug
+- 新增 同步 uni-ui
+	- 新增 uni-ui 组件支持国际化 i18n
+	- uni-data-checkbox 修复 在uni-forms中 modelValue 中不存在当前字段,当前字段必填写也不参与校验的问题
+	- uni-datetime-picker 优化 取消选中时(范围选)直接开始下一次选择, 避免多点一次
+	- uni-datetime-picker 优化 移动端支持清除按钮,同时支持通过 ref 调用组件的 clear 方法
+	- uni-datetime-picker 优化 调整字号大小,美化日历界面
+	- uni-datetime-picker 修复 因国际化导致的 placeholder 失效的 bug
+	- uni-file-picker 修复 return-type="object" 时且存在v-model时,无法删除文件的Bug
+	- uni-file-picker 新增 参数中返回 fileID 字段
+	- uni-file-picker 修复 腾讯云传入fileID 不能回显的bug
+	- uni-file-picker 修复 选择图片后,不能放大的问题
+	- uni-link 修复 在 nvue 下不显示的 bug
+	- uni-list 修复 在vue3中to属性在发行应用的时候报错的bug
+	- uni-search-bar 修复 value 属性与 modelValue 属性不兼容的Bug
+	- uni-swipe-action 优化 close-all 方法
+	- uni-collapse 优化 show-arrow 属性默认为true
+	- uni-collapse 新增 show-arrow 属性,控制是否显示右侧箭头
+	- uni-data-checkbox 修复 单选 list 模式下 ,icon 为 left 时,选中图标不显示的问题
+	- uni-easyinput 修复 在 uni-forms 的动态表单中默认值校验不通过的 bug
+	- uni-file-picker 修复 由于 0.2.11 版本引起的不能回显图片的Bug
+	- uni-file-picker 新增 clearFiles(index) 方法,可以手动删除指定文件
+	- uni-file-picker 修复 v-model 值设为 null 报错的Bug
+	- uni-swipe-action 新增 close-all 方法,关闭所有已打开的组件
+	- uni-swipe-action 新增 resize() 方法,在非微信小程序、h5、app-vue端出现不能滑动的问题的时候,重置组件
+	- uni-swipe-action 修复 app 端偶尔出现类似 Page[x][-x,xx;-x,xx,x,x-x] 的问题 
+	- uni-swipe-action 优化 微信小程序、h5、app-vue 滑动逻辑,避免出现动态新增组件后不能滑动的问题
+
+	
+## 3.2.3(2021-08-27)
+- 优化 tabbar 页面移除 vuex 相关代码
+- 新增 适配 vue3 (app)
+## 3.2.2(2021-08-10)
+- 新增 适配快手小程序
+- 新增 同步 uni-ui
+	- uni-datetime-picker 新增 return-type 属性支持返回 date 日期对象
+	- uni-file-picker 修复 fileExtname属性不指定值报错的Bug
+	- uni-file-picker 修复 在某种场景下图片不回显的Bug
+	- uni-link 支持自定义插槽
+	- uni-calendar 修复 弹出层被 tabbar 遮盖 bug
+	- uni-dateformat 调整 默认时间不再是当前时间,而是显示'-'字符
+	- uni-datetime-picker 新增 适配 vue3
+	- uni-datetime-picker 新增 支持作为 uni-forms 子组件相关功能
+	- uni-datetime-picker 修复 在 uni-forms 中使用时,选择时间报 NAN 错误的 bug
+	- uni-datetime-picker 修复 type 属性动态赋值无效的 bug
+	- uni-datetime-picker 修复 ‘确认’按钮被 tabbar 遮盖 bug
+	- uni-datetime-picker 修复 组件未赋值时范围选左、右日历相同的 bug
+	- uni-datetime-picker 修复 范围选未正确显示当前值的 bug
+	- uni-datetime-picker 修复 h5 平台(移动端)报错 'cale' of undefined 的 bug
+	- uni-file-picker 修复 auto-upload 属性失效的Bug
+## 3.2.1(2021-07-31)
+- 新增 同步 uni-ui@1.3.8
+## 3.2.0(2021-07-30)
+- 新增 同时兼容 vue2 & vue3 
+## 3.1.20(2021-07-30)
+- 新增 同时兼容 vue2 & vue3 
+## 3.1.17(2021-05-26)
+- 修复 3.1.16 依赖 sass 的问题
+- 条件编译 nuve 不支持 css 属性
+## 3.1.16(2021-05-26)
+- 修复 uni-data-checkbox 不关联服务空间的情况下组件报错的 Bug
+## 3.1.12(2021-05-07)
+- hello-uniapp 发布插件市场

+ 14 - 0
ghsApp/src/index.html

@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
+    <title></title>
+    <!--preload-links-->
+    <!--app-context-->
+  </head>
+  <body>
+    <div id="app"><!--app-html--></div>
+    <script type="module" src="/main.js"></script>
+  </body>
+</html>

+ 3 - 0
ghsApp/src/manifest.json

@@ -99,6 +99,9 @@
                         "spotlight@3x" : "unpackage/res/icons/120x120.png"
                     }
                 }
+            },
+            "splashscreen" : {
+                "useOriginalMsgbox" : true
             }
         },
         "nativePlugins" : {

+ 1 - 1
ghsApp/src/pages.json

@@ -10,7 +10,7 @@
 		{"path": "admin/home/apply","style": {"navigationBarTitleText": "应用","enablePullDownRefresh": true}},
 		{"path": "admin/home/me","style": {"navigationBarTitleText": "我的","enablePullDownRefresh": true,"navigationStyle": "custom"}},
 		{"path": "admin/home/mall","style": {"navigationBarTitleText": "商城"}},
-		{"path": "admin/home/register","style": {"navigationBarTitleText": "用户协议"}},
+		{"path": "admin/home/register","style": {"navigationBarTitleText": "服务协议"}},
 		{"path": "admin/home/privacy","style": {"navigationBarTitleText": "隐私政策"}},
 		{"path": "common/redirect","style": {"navigationBarTitleText": "加载中..."}},
 		{"path": "common/webview","style": {"navigationBarBackgroundColor": "#ffffff","navigationBarTextStyle": "black"}},

+ 2 - 2
ghsApp/src/pagesClient/official/apply.vue

@@ -69,7 +69,7 @@
 							<radio value="1" style="width:6upx;transform:scale(0.8)" />
 							<text style="margin-left:38upx;">
 								我已阅读并同意
-								<text style="font-weight:bold;color:#666666;" @click.stop="pageTo({url: '/admin/home/register'})">《用户协议》</text>
+								<text style="font-weight:bold;color:#666666;" @click.stop="pageTo({url: '/admin/home/register'})">《服务协议》</text>
 								<text style="font-weight:bold;color:#666666;" @click.stop="pageTo({url: '/admin/home/privacy'})">《隐私政策》</text>
 							</text>
@@ -278,7 +278,7 @@ export default {
       let checkRes = form.validation(formData, rules);
 
 			if(this.agree == 0){
-				this.$msg('请同意并勾选用户协议和隐私政策')
+				this.$msg('请同意并勾选服务协议和隐私政策')
 				return false				
 			}