1111
This commit is contained in:
@@ -47,8 +47,7 @@
|
|||||||
|
|
||||||
<view style="flex: 1;display: flex;flex-direction: column;">
|
<view style="flex: 1;display: flex;flex-direction: column;">
|
||||||
<text class="_ellipsis"
|
<text class="_ellipsis"
|
||||||
style="font-size: 13px;color: #333;width: calc(100vw - 190px);">
|
style="font-size: 13px;color: #333;width: calc(100vw - 190px);">卡号: {{item.serialNumber}}</text>
|
||||||
{{item.name}}</text>
|
|
||||||
<text lass="_ellipsis"
|
<text lass="_ellipsis"
|
||||||
style="font-size: 12px;color: #999;margin-top: 5px;width: calc(100vw - 182px);">
|
style="font-size: 12px;color: #999;margin-top: 5px;width: calc(100vw - 182px);">
|
||||||
{{item.time}}</text>
|
{{item.time}}</text>
|
||||||
|
|||||||
@@ -73,7 +73,7 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|
||||||
<view v-for="(item,index) in data.orderCardVoList" :key="index" @click="itemClick(item.goodsSid)"
|
<view v-for="(item,index) in data.orderCardVoList" :key="index"
|
||||||
style="display: flex;flex-direction: row;background-color: #fff;padding-left: 10px;padding-right: 10px;">
|
style="display: flex;flex-direction: row;background-color: #fff;padding-left: 10px;padding-right: 10px;">
|
||||||
|
|
||||||
<view style="display: flex;flex-direction: column;background-color: #fff;
|
<view style="display: flex;flex-direction: column;background-color: #fff;
|
||||||
|
|||||||
@@ -110,7 +110,7 @@
|
|||||||
});
|
});
|
||||||
newContent = newContent.replace(/<br[^>]*\/>/gi, '');
|
newContent = newContent.replace(/<br[^>]*\/>/gi, '');
|
||||||
newContent = newContent.replace(/\<img/gi,
|
newContent = newContent.replace(/\<img/gi,
|
||||||
'<img style="max-width:100%;height:auto;display:inline-block;margin:10rpx auto;"');
|
'<img style="max-width:100%;height:auto;display:block;margin:10rpx auto;"');
|
||||||
return newContent;
|
return newContent;
|
||||||
} else {
|
} else {
|
||||||
return '暂无商品详情';
|
return '暂无商品详情';
|
||||||
|
|||||||
Reference in New Issue
Block a user