chore: 按钮文案优化,精简
This commit is contained in:
parent
34ecd2c9a8
commit
f42dcea4bc
@ -19,13 +19,15 @@
|
||||
<view class="text-center mt-8 text-#fff">
|
||||
<wd-button type="primary" @click="gotoPage('request')">去请求页</wd-button>
|
||||
<wd-button type="primary" @click="gotoPage('request2')" class="ml-2">
|
||||
去请求页2 (请求状态一体化)
|
||||
去请求页2 (状态一体)
|
||||
</wd-button>
|
||||
</view>
|
||||
|
||||
<view class="text-center mt-8 text-#fff">
|
||||
<wd-button type="primary" @click="gotoPage('upload')">上传demo</wd-button>
|
||||
<wd-button type="primary" @click="gotoPage('upload2')">上传demo2(请求状态一体化)</wd-button>
|
||||
<wd-button type="primary" @click="gotoPage('upload2')" class="ml-2">
|
||||
上传demo2(状态一体)
|
||||
</wd-button>
|
||||
</view>
|
||||
<view class="text-center mt-8">
|
||||
<text mr-2>iconfont:</text>
|
||||
|
Loading…
x
Reference in New Issue
Block a user