فهرست منبع

stlye:隐私协议

xyh8905170 2 سال پیش
والد
کامیت
8540ae0f7f

+ 7 - 4
myPages/aboutOur/index.vue

@@ -1,7 +1,7 @@
 <template>
 	<view class="user-info-wrap">
 		<uni-list>
-			<uni-list-item :to="item.to" :title="item.title" showArrow  thumb-size="sm"  v-for="(item,index) in list" :key="index" />
+			<uni-list-item  class="bordBot" :to="item.to" :title="item.title" showArrow  thumb-size="sm"  v-for="(item,index) in list" :key="index" />
 		</uni-list>
 	</view>
 </template>
@@ -13,10 +13,10 @@ export default {
 		return {
 			list:[
 				{title:'会员协议',to:'/myPages/TermsOfService/index?name='+'会员协议'+'&type=' + 1},
-				{title:'服务对象协议',to:'/myPages/TermsOfService/index?name='+'服务对象协议'+'&type=' + 2},
+				{title:'储值协议',to:'/myPages/TermsOfService/index?name='+'储值协议'+'&type=' + 8},
 				{title:'隐私条款',to:'/myPages/TermsOfService/index?name='+'隐私条款'+'&type=' + 3},
-				{title:'加盟合作',to:'/myPages/TermsOfService/index?name='+'加盟合作'+'&type=' + 4},
-				{title:'常见问题',to:'/myPages/TermsOfService/index?name='+'常见问题'+'&type=' + 5}
+				{title:'储值使用说明',to:'/myPages/TermsOfService/index?name='+'储值使用说明'+'&type=' + 9},
+				// {title:'常见问题',to:'/myPages/TermsOfService/index?name='+'常见问题'+'&type=' + 5}
 			],
 		};
 	},
@@ -32,6 +32,9 @@ export default {
 </script>
 
 <style lang="scss">
+.bordBot{
+  border-bottom: 1px solid #F7F7F7;
+}
 .user-info-wrap{
 	margin-left: 12px;
 	margin-right: 12px;

+ 6 - 3
myPages/setting/index.vue

@@ -2,7 +2,7 @@
 	<view class="user-info-wrap">
 		<view class="nav-bar">
 			<view class="nav-content">
-				<view @click="gotoSettingtelphone(0)" class="nav-info">
+				<view @click="gotoSettingtelphone(0)" class="nav-info bordBot">
 					<view class="nav-desc">
 						<view class="nav-name">
 							<view class="">手机号</view>
@@ -15,7 +15,7 @@
 			</view>
 			<view class="custom-line"></view>
 			<view class="nav-content">
-				<view @click="gotoSettingWechat()" class="nav-info">
+				<view @click="gotoSettingWechat()" class="nav-info bordBot">
 					<view class="nav-desc">
 						<view class="nav-name">
 							<view class="">微信号</view>
@@ -28,7 +28,7 @@
 			</view>
 			<view class="custom-line"></view>
 			<view class="nav-content">
-				<view @click="gotoSettingAccountPassword()" class="nav-info">
+				<view @click="gotoSettingAccountPassword()" class="nav-info bordBot">
 					<view class="nav-desc">
 						<view class="nav-name">
 							<view class="">密码</view>
@@ -86,6 +86,9 @@ export default {
 </script>
 
 <style lang="scss">
+.bordBot{
+  border-bottom: 1px solid #F7F7F7;
+}
 .user-info-wrap{
 	margin-left: 12px;
 	margin-right: 12px;

+ 3 - 3
myPages/setting/setting-account-password.vue

@@ -36,7 +36,7 @@
 						v-model="userInfo.smsCode"
 						disabledColor="#ffffff"
 						placeholder="请输入验证码"
-						border="bottom"
+						border="false"
 						maxlength="4"
 					></u--input>
 					<template #right>
@@ -66,7 +66,7 @@
 					<u--input
 						v-model="userInfo.password"
 						placeholder="请输入6位新密码"
-						border="bottom"
+						border="false"
 						maxlength="6"
 						type="password"
 					></u--input>
@@ -82,7 +82,7 @@
 						maxlength="6"
 						v-model="userInfo.password1"
 						placeholder="请再次输入密码"
-						border="bottom"
+						border="false"
 						type="password"
 					></u--input>
 				</u-form-item>

+ 1 - 1
orderPages/bookService/index.vue

@@ -17,7 +17,7 @@
                 </view>
                 <picker  @change="bindPickerChange" mode='selector'  range-key="typeName" :value="storeServiceIndex" :range="storeServiceList">
                     <view class="flex-row justify-between groupItemContent">
-                        <text>{{storeServiceList[storeServiceIndex].typeName || '请选择服务类别' }}</text>
+                        <text  v>{{storeServiceList[storeServiceIndex].typeName || '请选择服务类别' }}</text>
                         <u-icon name="arrow-right" color="#666" size="18"></u-icon>
                     </view>
                 </picker>

+ 11 - 10
pages/my/index.vue

@@ -86,11 +86,11 @@
 					</uni-list>
 				</view>
 
-				<view class="group">
-					<uni-list>
-						<uni-list-item :to="item.to" :title="item.title" showArrow :thumb="item.thumb" thumb-size="sm"  v-for="(item,index) in group2" :key="index" />
-					</uni-list>
-				</view>
+<!--				<view class="group">-->
+<!--					<uni-list>-->
+<!--						<uni-list-item :to="item.to" :title="item.title" showArrow :thumb="item.thumb" thumb-size="sm"  v-for="(item,index) in group2" :key="index" />-->
+<!--					</uni-list>-->
+<!--				</view>-->
 
 				<view class="tabBarLineHeight"></view>
 
@@ -111,17 +111,18 @@ export default {
 		return {
 			group1:[
 				// {thumb:'/static/me/u1796.png',title:'贡献奖励记录',rightText:'',to:''},
-				{thumb:'/static/me/u1803.png',title:'实名认证',rightText:'',to:'/myPages/realNameAuth/index'},
+				// {thumb:'/static/me/u1803.png',title:'实名认证',rightText:'',to:'/myPages/realNameAuth/index'},
 				{thumb:'/static/me/u1812.png',title:'服务对象管理',rightText:'',to:'/myPages/ServiceObjectManagement/index'},
         		{thumb:'/static/me/u3.png',title:'我的推广',rightText:'',to:'/myPages/promotionCenter/index'},
 				// {thumb:'/static/me/u1833.png',title:'新老系统切换',rightText:'',to:'/myPages/systemSwitch/index'},
 				{thumb:'/static/me/u826.png',title:'储值服务',rightText:'',to:'/myPages/recharge/index'},
-				{thumb:'/static/me/u701.png',title:'交易记录',rightText:'',to:'/myPages/transactionRecord/index'}
+				{thumb:'/static/me/u701.png',title:'交易记录',rightText:'',to:'/myPages/transactionRecord/index'},
+        {thumb:'/static/me/关于我们.png',title:'关于我们',rightText:'',to:'/myPages/aboutOur/index'}
 			],
 			group2:[
-				{thumb:'/static/me/u1829.png',title:'关于我们',rightText:'',to:'/myPages/aboutOur/index'},
-				{thumb:'/static/me/u10.png',title:'个人信息',rightText:'',to:'/myPages/userInfo/index'},
-				{thumb:'/static/me/u101.png',title:'设置',rightText:'',to:'/myPages/setting/index'}
+
+				// {thumb:'/static/me/u10.png',title:'个人信息',rightText:'',to:'/myPages/userInfo/index'},
+				// {thumb:'/static/me/u101.png',title:'设置',rightText:'',to:'/myPages/setting/index'}
 			],
 			height:'',
 			title: 'Hello',

+ 1 - 1
storePages/myRights/index.vue

@@ -60,7 +60,7 @@
 		},
 		onLoad(option) {
 			let sysInfo = uni.getSystemInfoSync()
-			this.windowHeight =sysInfo.windowHeight - 44 +'px'//除标题栏栏外的屏幕可用高度
+			this.windowHeight =sysInfo.windowHeight - 3 +'px'//除标题栏栏外的屏幕可用高度
 			this.userInfo = uni.getStorageSync('userInfo')
 
 			this.myEquityCardList()