Commit 60b9d43f authored by 黄媛媛's avatar 黄媛媛

11

parent 25ea6751
......@@ -42,6 +42,9 @@
</view>
<view class="right">x{{ y.num }}</view>
</view>
<view v-if="y.address_disabled">
<u-tag size="mini" text="不在配送范围内" type="warning" />
</view>
</view>
</view>
</template>
......@@ -122,7 +125,9 @@
<!-- <text>.{{ ds.total_price.split('.')[1] || '00' }}</text> -->
</view>
<view class="right">
<!-- && !mchs[0].address_enable -->
<u-button
:disabled="true"
size="80"
:ripple="true"
shape="circle"
......@@ -593,6 +598,11 @@ export default {
</script>
<style>
button[disabled]{
color: rgba(0,0,0,.3)!important;
background-color: #f7f7f7!important;
}
/* @font-face {
font-family: "oswald";
src: url("https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/smallapp/Oswald-Regular.ttf");
......
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