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>
|
</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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue