优化页面
This commit is contained in:
parent
82516a56af
commit
0cf7e715a1
|
@ -3,17 +3,13 @@
|
|||
<widget-modal title="提交报价" @close="closeModal">
|
||||
<view class="modal-content">
|
||||
<view class="input-row">
|
||||
<text class="title">需要支付</text>
|
||||
<text class="title">预计需要</text>
|
||||
<input class="input" type="number" v-model="price" @input="price = parseFloat(price)" />
|
||||
<text class="unit">
|
||||
<text class="iconfont icon-qingchu" @click="price = 0"></text>
|
||||
<text class="text">元</text>
|
||||
</text>
|
||||
</view>
|
||||
<view class="desc">
|
||||
<text class="text">1)哈哈哈哈</text>
|
||||
<text class="text">2)哈哈哈哈哈哈哈哈</text>
|
||||
</view>
|
||||
<view class="btn" @click="postPrice">确认</view>
|
||||
</view>
|
||||
</widget-modal>
|
||||
|
|
|
@ -221,7 +221,7 @@ export default {
|
|||
});
|
||||
},
|
||||
setting() {
|
||||
console.log("设置");
|
||||
this.$utils.toPage("/pages/member/service-info");
|
||||
},
|
||||
/**
|
||||
* 刷新列表
|
||||
|
|
Loading…
Reference in New Issue