|
@@ -10,7 +10,7 @@
|
|
|
<view class="num-open_bx">
|
|
<view class="num-open_bx">
|
|
|
<view>
|
|
<view>
|
|
|
<view class="open-bx" >
|
|
<view class="open-bx" >
|
|
|
- 还剩 <text style="margin-left:8rpx;">{{ info.stock }}</text>
|
|
|
|
|
|
|
+ 还剩 <text style="margin-left:8rpx;color:#333333;">{{ parseFloat(info.stock) }}</text>
|
|
|
<text style="margin-left:30rpx;color:#999999" v-if="info.status ==2">已下架</text>
|
|
<text style="margin-left:30rpx;color:#999999" v-if="info.status ==2">已下架</text>
|
|
|
<input class="change-input" @click.stop @blur="savePrice" @focus="modifyPrice = ''" placeholder-style="color:#CCCCCC" v-model="modifyPrice" type="digit" placeholder="填写价格" />
|
|
<input class="change-input" @click.stop @blur="savePrice" @focus="modifyPrice = ''" placeholder-style="color:#CCCCCC" v-model="modifyPrice" type="digit" placeholder="填写价格" />
|
|
|
</view>
|
|
</view>
|
|
@@ -18,7 +18,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="level-price">散客 ¥<text style="margin-right:30rpx;">{{skPrice}}</text>普店 ¥<text style="margin-right:30rpx;">{{pdPrice}}</text>银店 ¥<text style="margin-right:30rpx;">{{ydPrice}}</text>金店 ¥<text>{{jdPrice}}</text></view>
|
|
|
|
|
|
|
+ <view class="level-price">散客 ¥<text style="margin-right:55rpx;">{{skPrice}}</text>银店 ¥<text style="margin-right:55rpx;">{{ydPrice}}</text>金店 ¥<text>{{jdPrice}}</text></view>
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|