Merge branch 'Branch_1' of https://git.u8t.cn/tangxinyue/alipay-emulator into Branch_1

This commit is contained in:
小李 2026-03-03 15:44:35 +08:00
commit a092014941
1 changed files with 4 additions and 2 deletions

View File

@ -17,7 +17,7 @@
</view> </view>
<text class="del-text">{{ item.origin_price }}</text> <text class="del-text">{{ item.origin_price }}</text>
</view> </view>
<view class="price-box"> <view class="price-box wx-font-regular">
<text></text><text class="price">{{ item.price }}</text> <text></text><text class="price">{{ item.price }}</text>
</view> </view>
<view class="shen "> <view class="shen ">
@ -1467,7 +1467,9 @@ function shouldBeTrue(obj) {
return true; return true;
} }
</script> </script>
<style>
@import "@/common/main.css";
</style>
<style lang="scss" scoped> <style lang="scss" scoped>
* { * {
box-sizing: content-box; box-sizing: content-box;