Commit bcd9ec1a authored by gengchunlei's avatar gengchunlei

医生端小程序 v1.2 1、复筛表单

parent 7031af01
...@@ -57,7 +57,7 @@ export default { ...@@ -57,7 +57,7 @@ export default {
if (!token) { if (!token) {
token = sessionStorage.getItem('token') token = sessionStorage.getItem('token')
if (process.env.NODE_ENV !== 'production') { if (process.env.NODE_ENV !== 'production') {
token = 'acb1a658-7023-4466-b3e4-ff21379f5c1d' token = '5f5b4f64-53a9-44da-a784-d8060019ba32'
} }
} }
if (token) { if (token) {
......
...@@ -22,14 +22,14 @@ ...@@ -22,14 +22,14 @@
</van-button> </van-button>
</div> </div>
<!-- <div class='px-5 flex align-center justify-around' v-if='step == 2'> <div class='px-5 flex align-center justify-around' v-if='step == 2'>
<van-button type='primary' round plain style='width: 44%' <van-button type='primary' round plain style='width: 44%'
@click='toNext(1)'>上一步 @click='toNext(1)'>上一步
</van-button> </van-button>
<van-button type='primary' round style='width: 44%' <van-button type='primary' round style='width: 44%'
@click='toNext(3)'>下一步 @click='toNext(3)'>下一步
</van-button> </van-button>
</div>--> </div>
<div class='px-5 grow flex flex-col justify-end' v-if='step == 2'> <div class='px-5 grow flex flex-col justify-end' v-if='step == 2'>
<van-button type='primary' block round <van-button type='primary' block round
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment