Browse Source

no message

feature/v1.4
xpz2018 4 years ago
parent
commit
dbf135a504
2 changed files with 2 additions and 2 deletions
  1. 2
      app.js
  2. 2
      pages/agent/appointment/index.wxml

2
app.js

@ -1,6 +1,6 @@
//app.js
App({
evn: 0, // 0: 开发版本;1:测试版本;2:生产版本
evn: 2, // 0: 开发版本;1:测试版本;2:生产版本
tmplIds: ['AFoM5TOfsgERsfcetNSB0UlmEixnLF1ySXr54Bqno2M', 'lOQ8Gvyy_dTk68bYGpRVnVA0M7DsYYrV81Gd39GUPBA'],
version: '1.4.1',
xAppId: '503258978847953926',

2
pages/agent/appointment/index.wxml

@ -98,7 +98,7 @@
<van-popup position="bottom" show="{{ visible }}" bind:close="onHide" z-index="29">
<van-picker show-toolbar title="{{toolbar}}" columns="{{ columns }}" bind:cancel="onHide" bind:confirm="onConfirm" />
</van-popup>
<van-dialog use-slot title="邀请码" show="{{ show }}" transition="fade" show-cancel-button bind:cancel="onClose" bind:confirm="onInput">
<van-dialog use-slot title="邀请码" show="{{ show }}" transition="fade" bind:cancel="onClose" bind:confirm="onInput">
<input class="dialog-input" placeholder-style="color:#aaa;" maxlength="8" placeholder="填写业务人员邀请码(必填)" bindinput="bindInput" />
</van-dialog>
<van-dialog id="van-dialog" />
Loading…
Cancel
Save