Commit 37ebefcd authored by 黄媛媛's avatar 黄媛媛

update

parent 60b9d43f
...@@ -125,9 +125,8 @@ ...@@ -125,9 +125,8 @@
<!-- <text>.{{ ds.total_price.split('.')[1] || '00' }}</text> --> <!-- <text>.{{ ds.total_price.split('.')[1] || '00' }}</text> -->
</view> </view>
<view class="right"> <view class="right">
<!-- && !mchs[0].address_enable -->
<u-button <u-button
:disabled="true" :disabled="!mchs[0].address_enable"
size="80" size="80"
:ripple="true" :ripple="true"
shape="circle" shape="circle"
...@@ -598,11 +597,11 @@ export default { ...@@ -598,11 +597,11 @@ export default {
</script> </script>
<style> <style>
button[disabled]{ button[disabled]{
color: rgba(0,0,0,.3)!important; color: rgba(0,0,0,.3)!important;
background-color: #f7f7f7!important; background-color: #f7f7f7!important;
} }
/* @font-face { /* @font-face {
font-family: "oswald"; font-family: "oswald";
src: url("https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/smallapp/Oswald-Regular.ttf"); 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