🦀️ fix: 修复bug

This commit is contained in:
wangsongsole 2024-04-22 10:40:54 +08:00
parent d6a5ca7da9
commit a1239a7fbf
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@
</div> </div>
<button class="exchange-btn" <button class="exchange-btn"
:style="{'background': computedExChange?bgcolor:'#D7D7D7','color':computedExChange?ftcolor:'#333'}" :style="{'background': computedExChange?bgcolor:'#D7D7D7','color':computedExChange?ftcolor:'#333'}"
@click="exchangeGoodsFn">{{buttonTextFun(goodsDetail.type,'receive')}}</button> @click="exchangeGoodsFn">{{buttonTextFun(goodsDetail.type,'exchange')}}</button>
</div> </div>
</div> </div>
<!-- 单条弹出框 --> <!-- 单条弹出框 -->

View File

@ -132,7 +132,7 @@
</div> </div>
<button class="exchange-btn" <button class="exchange-btn"
:style="{'background': computedExChange?bgcolor:'#D7D7D7','color':computedExChange?ftcolor:'#333'}" :style="{'background': computedExChange?bgcolor:'#D7D7D7','color':computedExChange?ftcolor:'#333'}"
@click="exchangeGoodsFn">{{buttonTextFun(goodsDetail.type,'receive')}}</button> @click="exchangeGoodsFn">{{buttonTextFun(goodsDetail.type,'exchange')}}</button>
</div> </div>
</div> </div>
<!-- 单条弹出框 --> <!-- 单条弹出框 -->