提交 d7130a00 authored 作者: 刘旭's avatar 刘旭

提交代码

上级 40809de5
......@@ -11,10 +11,10 @@
<text style="color: #646566;">{{ brief }}</text>
</view>
<view class="price">
<text class="new-price">{{ retailPrice?.toFixed(2) }}</text>
<text v-if="counterPrice != 0" class="old-price">
<!-- <text class="new-price">{{ counterPrice?.toFixed(2) }}</text> -->
<!-- <text v-if="counterPrice != 0" class="old-price">
{{ counterPrice?.toFixed(2) }}
</text>
</text> -->
</view>
</view>
</view>
......
......@@ -52,10 +52,10 @@
<text style="color: #646566;">{{ item.brief }}</text>
</view>
<view class="price">
<text class="new-price">{{ item.retailPrice.toFixed(2) }}</text>
<text v-if="counterPrice != 0" class="old-price">
<!-- <text class="new-price">{{ item.counterPrice.toFixed(2) }}</text> -->
<!-- <text v-if="counterPrice != 0" class="old-price">
{{ item.counterPrice.toFixed(2) }}
</text>
</text> -->
</view>
</view>
</view>
......
......@@ -43,14 +43,14 @@
<view style="color: #969799;">{{ item.brief }}</view>
</view>
<view class="details-bottom">
<text style="font-size: 32rpx; margin-right: 8rpx;">
{{ item.retailPrice }}
</text>
<text
<!-- <text style="font-size: 32rpx; margin-right: 8rpx;">
{{ item.counterPrice }}
</text> -->
<!-- <text
style="font-size: 24rpx; text-decoration: line-through; color: #969799;"
>
{{ item.counterPrice }}
</text>
</text> -->
</view>
</view>
</view>
......
......@@ -23,17 +23,17 @@
</uni-row>
<uni-row>
<uni-col :span="5">
<text class="goods-price">
<!-- <text class="goods-price">
<text class="unit"></text>
<text class="price">{{ detailData?.info.retailPrice.toFixed(2) }}</text>
</text>
<text class="price">{{ detailData?.info.counterPrice.toFixed(2) }}</text>
</text> -->
</uni-col>
<uni-col :span="3" style="margin-top: 18rpx; margin-left: 20rpx;">
<!-- <uni-col :span="3" style="margin-top: 18rpx; margin-left: 20rpx;">
<text class="goods-cost-price">
<text class="unit"></text>
<text class="price">{{ detailData?.info.counterPrice.toFixed(2) }}</text>
</text>
</uni-col>
</uni-col> -->
</uni-row>
</view>
......
......@@ -75,10 +75,10 @@
<uni-col>
<uni-row>
<uni-col :span="24">
<text class="goods-price">
<!-- <text class="goods-price">
<text class="unit"></text>
<text class="price">{{ item.counterPrice }}</text>
</text>
</text> -->
</uni-col>
<!-- <uni-col :span="12">
<text class="goods-sales-count">
......@@ -199,6 +199,13 @@ initIndex();
<style lang="scss">
.grid {
padding: 16rpx;
.grid-text {
width: 90%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
word-break: break-all;
}
}
.text {
......
......@@ -2,7 +2,7 @@ const CONFIG: any = {
// 开发环境配置
development: {
assetsPath: 'http://192.168.0.23', // 静态资源路径
baseUrl: 'http://192.168.0.23', // 后台接口请求地址
baseUrl: 'http://192.168.0.9:8089', // 后台接口请求地址
hostUrl: 'http://192.168.0.23', // H5地址(前端运行地址)
websocketUrl: '', // websocket服务端地址
},
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论