Browse Source

个人信息添加备注

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

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

@ -77,6 +77,10 @@
</view> </view>
</form> </form>
<user-agreement @changeIntentions="changeIntentions" @changeIntentions1="changeIntentions1" @changeIntentions2="changeIntentions2" v-if="!(userInfo && userInfo.id)"></user-agreement> <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 <button
@tap="handleSubmitUserInfo" @tap="handleSubmitUserInfo"
class="bg-cyan margin primary-btn" class="bg-cyan margin primary-btn"
@ -266,4 +270,8 @@ export default {
.primary-btn { .primary-btn {
border-radius: 15rpx; border-radius: 15rpx;
} }
.agree-text {
line-height: 60rpx;
}
</style> </style>

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

@ -118,6 +118,7 @@
</view> </view>
</form> </form>
<user-agreement @changeIntentions="changeIntentions" @changeIntentions1="changeIntentions1" @changeIntentions2="changeIntentions2"></user-agreement> <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="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> <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