|
|
@ -1,9 +1,9 @@ |
|
|
|
<template> |
|
|
|
<view class="uni-flex uni-row space-between uni-inline-item" style="background-color:#fff; margin-left: 10px;"> |
|
|
|
<view> |
|
|
|
<view style="flex: 1;"> |
|
|
|
<item :dataContent="dataContent"></item> |
|
|
|
</view> |
|
|
|
<view style="width: 40%;display: flex;justify-content:flex-end;margin-right: 10rpx;"> |
|
|
|
<view style="width: 40%;display: flex;justify-content:flex-end;margin-right: 10rpx;word-break:break-word"> |
|
|
|
<recommend-qty v-if="handleQty==0" :dataContent="dataContent" :isShowStatus="false" :isShowStdPack="true" |
|
|
|
></recommend-qty> |
|
|
|
<!-- :objTextStyle='objTextStyle' --> |
|
|
|