瀏覽代碼

绑定工号提示

xhj 2 年之前
父節點
當前提交
b433d1f58b
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      mine/bindNumber/bindNumber.vue

+ 4 - 2
mine/bindNumber/bindNumber.vue

@@ -7,12 +7,14 @@
 			<input v-model="saleNo" placeholder-class="input-placeholder" placeholder="请输入工号"/>
 		</view>
 		
-		<view class="input-box dflex" style="margin-top: 40rpx;">
+		<view class="input-box dflex" style="margin-top: 40rpx;margin-bottom: 40rpx;">
 			<input v-model="code" type="number" maxlength="6" placeholder="请输入验证码" placeholder-class="input-placeholder"
 				class="flex" />
 			<view class="yzm" @click="getCode()" v-text="sendMsg"></view>
 		</view>
-		
+		<view style="padding: 0 60rpx;font-size: 26rpx;color: #999;margin-bottom: 40rpx;">
+			* 该验证码将发送到云助理-小智·湖南
+		</view>
 		<view class="btn" @click="submit">确认绑定</view>
 	</view>
 </template>