Browse Source

个人信息添加备注

remotes/origin/HEAD
songsong428 5 years ago
parent
commit
f2e64626e1
  1. 2
      components/user-agreement/user-agreement.vue
  2. 8
      pages/basic-info/basic-info.vue
  3. 1
      pages/punch-the-clock/punch-the-clock.vue

2
components/user-agreement/user-agreement.vue

@ -9,7 +9,7 @@
勾选代表您已同意此协议
</view>
</view>
<view class="flex flex-wrap margin-tb-sm text-black">
<view class="flex flex-wrap margin-tb-sm text-black">
<view class="text-df text-bold flex agree-text">
本人郑重承诺
</view>

8
pages/basic-info/basic-info.vue

@ -77,6 +77,10 @@
</view>
</form>
<user-agreement @changeIntentions="changeIntentions" @changeIntentions1="changeIntentions1" @changeIntentions2="changeIntentions2" v-if="!(userInfo && userInfo.id)"></user-agreement>
<view class="flex text-df margin-bottom margin-lr agree-text">
微信小程序和企业微信应用同时实名后可以绑定微信小程序帐号和企业微信应用帐号方便操作
</view>
<button
@tap="handleSubmitUserInfo"
class="bg-cyan margin primary-btn"
@ -266,4 +270,8 @@ export default {
.primary-btn {
border-radius: 15rpx;
}
.agree-text {
line-height: 60rpx;
}
</style>

1
pages/punch-the-clock/punch-the-clock.vue

@ -118,6 +118,7 @@
</view>
</form>
<user-agreement @changeIntentions="changeIntentions" @changeIntentions1="changeIntentions1" @changeIntentions2="changeIntentions2"></user-agreement>
<button class="bg-cyan margin primary-btn" hover-class="cc-active" @tap="handleHealthSign">确认提交</button>
<!-- 历史 -->
<button class="shadow round bg-cyan history-btn iconfont icon-history" hover-class="cc-active" @tap="openPage('/pages/my-code/my-code')"></button>

Loading…
Cancel
Save