|
@@ -81,7 +81,7 @@
|
|
|
<text class="price">¥{{ totalRecycleMoney }}</text>
|
|
<text class="price">¥{{ totalRecycleMoney }}</text>
|
|
|
<u-icon name="question-circle-fill" color="#333333" size="36" @click="showRules"></u-icon>
|
|
<u-icon name="question-circle-fill" color="#333333" size="36" @click="showRules"></u-icon>
|
|
|
</view>
|
|
</view>
|
|
|
- <u-button type="primary" @click="submitOrder" :custom-style="{ margin: 0 }">提交订单</u-button>
|
|
|
|
|
|
|
+ <u-button type="primary" @click="submitOrder" :custom-style="{ margin: 0,backgroundColor:'#38C148' }">提交订单</u-button>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|