优化页面

This commit is contained in:
TOP糯米 2023-03-18 14:11:55 +08:00
parent 82516a56af
commit 0cf7e715a1
2 changed files with 2 additions and 6 deletions

View File

@ -3,17 +3,13 @@
<widget-modal title="提交报价" @close="closeModal"> <widget-modal title="提交报价" @close="closeModal">
<view class="modal-content"> <view class="modal-content">
<view class="input-row"> <view class="input-row">
<text class="title">需要支付</text> <text class="title">预计需要</text>
<input class="input" type="number" v-model="price" @input="price = parseFloat(price)" /> <input class="input" type="number" v-model="price" @input="price = parseFloat(price)" />
<text class="unit"> <text class="unit">
<text class="iconfont icon-qingchu" @click="price = 0"></text> <text class="iconfont icon-qingchu" @click="price = 0"></text>
<text class="text"></text> <text class="text"></text>
</text> </text>
</view> </view>
<view class="desc">
<text class="text">1)哈哈哈哈</text>
<text class="text">2)哈哈哈哈哈哈哈哈</text>
</view>
<view class="btn" @click="postPrice">确认</view> <view class="btn" @click="postPrice">确认</view>
</view> </view>
</widget-modal> </widget-modal>

View File

@ -221,7 +221,7 @@ export default {
}); });
}, },
setting() { setting() {
console.log("设置"); this.$utils.toPage("/pages/member/service-info");
}, },
/** /**
* 刷新列表 * 刷新列表