|
|
@@ -21,18 +21,18 @@
|
|
|
/>
|
|
|
</view>
|
|
|
<view class="buy-flower-container">
|
|
|
- <button class="buy-flower-btn" @click="buyHs()">
|
|
|
- <view class="btn-content">
|
|
|
- <text class="flower-icon">💐</text>
|
|
|
- <text class="btn-text">花束商城</text>
|
|
|
- </view>
|
|
|
- </button>
|
|
|
<button class="buy-material-btn" @click="buyProduct()">
|
|
|
<view class="btn-content">
|
|
|
<text class="material-icon">🌸</text>
|
|
|
<text class="btn-text">花材绿植</text>
|
|
|
</view>
|
|
|
</button>
|
|
|
+ <button class="buy-flower-btn" @click="buyHs()">
|
|
|
+ <view class="btn-content">
|
|
|
+ <text class="flower-icon">💐</text>
|
|
|
+ <text class="btn-text">花束商城</text>
|
|
|
+ </view>
|
|
|
+ </button>
|
|
|
</view>
|
|
|
</view>
|
|
|
|