Merge branch 'Branch_1' of https://git.u8t.cn/tangxinyue/alipay-emulator into Branch_1
This commit is contained in:
commit
a092014941
|
|
@ -17,7 +17,7 @@
|
|||
</view>
|
||||
<text class="del-text">¥{{ item.origin_price }}</text>
|
||||
</view>
|
||||
<view class="price-box">
|
||||
<view class="price-box wx-font-regular">
|
||||
<text>¥</text><text class="price">{{ item.price }}</text>
|
||||
</view>
|
||||
<view class="shen ">
|
||||
|
|
@ -1467,7 +1467,9 @@ function shouldBeTrue(obj) {
|
|||
return true;
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
@import "@/common/main.css";
|
||||
</style>
|
||||
<style lang="scss" scoped>
|
||||
* {
|
||||
box-sizing: content-box;
|
||||
|
|
|
|||
Loading…
Reference in New Issue