Merge pull request 'gdpao' (#72) from gyh into master

Reviewed-on: http://git.luyuan.tk/luyuan/demingshangjia/pulls/72
This commit is contained in:
gyh 2020-08-27 11:29:14 +08:00
commit 06bbd3d600

View File

@ -124,7 +124,7 @@
></u-picker>
<u-popup v-model="showExpress" mode="center" border-radius="10" class="delivery-popup">
<view class="title">填写快递单号</view>
<view class="input-info"><input type="text" placeholder="请输入快递单号" v-model="pushid" /></view>
<view class="input-info"><input type="text" style="color: #333; line-height: 1;" placeholder="请输入快递单号" v-model="pushid" /></view>
<view class="btn" @click="showExpress = false">确认</view>
</u-popup>
<u-popup v-model="showRefunds" mode="center" border-radius="10" class="refunds-popup">