Bläddra i källkod

Signed-off-by: liuboyan <632697560@qq.com>
1

liuboyan 4 år sedan
förälder
incheckning
73b9daf8ba
4 ändrade filer med 16 tillägg och 3 borttagningar
  1. 4 0
      pages/login/index.vue
  2. 2 1
      pagesEnroll/enrolledForm.vue
  3. 9 1
      pagesMain/renewList.vue
  4. 1 1
      pagesMain/studentInfo.vue

+ 4 - 0
pages/login/index.vue

@@ -13,9 +13,13 @@
 					</u-cell-item>
 				</u-cell-group>
 				<u-button type="warning" :ripple="true" :custom-style="{...customStyle, margin: '10px 0'}" @click="login()">登录</u-button>
+				<!-- #ifdef APP-PLUS -->
 				<u-button type="warning" :ripple="true" :custom-style="{...customStyle, margin: '10px 0'}" @click="login1()">app微信授权登录</u-button>
+				<!-- #endif -->
+				<!-- #ifdef MP-WEIXIN -->
 				<u-button type="warning" :ripple="true" :custom-style="{...customStyle, backgroundColor: '#07c160'}" open-type="getPhoneNumber"
 				 @getphonenumber="getUserinfoWechat" withCredentials="true">微信一键登录</u-button>
+				<!-- #endif -->
 			</view>
 		</u-card>
 		<u-top-tips ref="uTips"></u-top-tips>

+ 2 - 1
pagesEnroll/enrolledForm.vue

@@ -6,7 +6,7 @@
 				 @on-remove="uploadRemove"></u-upload>
 			</u-form-item>
 			<u-form-item label="接收人" prop="coachName" required>
-				<u-input v-model="form.coachName" placeholder="请输入接收人" />
+				<u-input v-model="form.coachName" placeholder="请输入接收人" disabled/>
 			</u-form-item>
 			<u-form-item label="家长姓名" prop="parentsName" required>
 				<u-input v-model="form.parentsName" placeholder="请输入家长姓名" />
@@ -241,6 +241,7 @@
 		},
 		onLoad() {},
 		onReady() {
+			this.form.coachName = uni.getStorageSync('userData').nickName
 			this.$refs.form.setRules(this.rules);
 			NET.request(API.getClassList, {
 				page: 1,

+ 9 - 1
pagesMain/renewList.vue

@@ -12,7 +12,10 @@
 							<view class="info-img">
 								<u-avatar :src="site.url" size="100"></u-avatar>
 							</view>
-							<view class="info-text">{{site.studentName}}</view>
+							<view class="info-text">
+								{{site.studentName}}
+								<text>{{index1 == 1 ? '到期余课:' + site.residue : ''}}</text>
+							</view>
 							<u-icon name="arrow-right" color="#aaaaaa" size="36"></u-icon>
 						</view>
 					</u-card>
@@ -167,6 +170,11 @@
 								line-height: 20px;
 								font-size: 14px;
 								flex: 1;
+
+								text {
+									margin-left: 10px;
+									font-size: 12px;
+								}
 							}
 						}
 					}

+ 1 - 1
pagesMain/studentInfo.vue

@@ -16,7 +16,7 @@
 				<u-cell-item title="手机号码" :value="studentInfo.phone" :arrow="false"></u-cell-item>
 				<u-cell-item title="沟通记录" :arrow="false" :title-style="{fontSize: '16px',fontWeight: 'bold'}"></u-cell-item>
 				<u-cell-item :title="item.coachName" :value="item.time" :label="item.content" :arrow="false" v-for="(item, index1) in tableList"
-				 :key="index" :title-style="{fontSize: '14px',fontWeight: 'bold'}"></u-cell-item>
+				 :key="index1" :title-style="{fontSize: '14px',fontWeight: 'bold'}"></u-cell-item>
 			</u-cell-group>
 		</scroll-view>
 		<view class="handle-fix-box">