将按钮背景色从默认主题色改为品牌绿色 (#38C148),以保持与整体设计规范的一致性。
@@ -81,7 +81,7 @@
<text class="price">¥{{ totalRecycleMoney }}</text>
<u-icon name="question-circle-fill" color="#333333" size="36" @click="showRules"></u-icon>
</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>