# 2022-04-11

### 1.4.4开源社区版:
无
### 0.3.6 专业版:
【修复】修复用户邀请好友页面,点击【二维码分享】按钮失效的问题。
【修复】修复安卓App、苹果App拉起微信支付报错的异常。
【修复】修复增加数据库操作日志后,Api接口端开启适配报错的问题。
【修复】修复保存用户性别返回生日的异常提醒。#I50Z1P
【修复】修复接龙详情内sku删除价显示的为销售价的问题。
【修复】修复接龙清单内因商品文字过场,导致挤破容器的问题。
This commit is contained in:
JianWeie
2022-04-11 22:14:56 +08:00
parent 0da58b2aaf
commit 7f99b1db7b
2 changed files with 3 additions and 3 deletions

View File

@@ -148,7 +148,7 @@ namespace CoreCms.Net.Configuration
public const string Code11026 = "密码过期了";
public const string Code11027 = "请选择出生日期";
public const string Code11028 = "请输入昵称";
public const string Code11029 = "请设置出生日期";
public const string Code11029 = "请选择您的性别";
public const string Code11030 = "没有此用户等级";
public const string Code11031 = "请输入手机号码或者密码";

View File

@@ -61,7 +61,7 @@
<text class="coreshop-font-16 coreshop-text-red coreshop-text-price">
{{item.price}}
</text>
<text class="coreshop-text-through coreshop-font-11 coreshop-margin-left-10 coreshop-text-grey">原价{{ item.productObj.price || '0.00'}}</text>
<text class="coreshop-text-through coreshop-font-11 coreshop-margin-left-10 coreshop-text-grey">原价{{ item.productObj.mktprice || '0.00'}}</text>
</view>
<view class="cart-shoppingcard-goods-number">
<u-number-box buttonSize="24" integer :name="index" :value="item.nums" @change="toNumberChange" :step="1" :min="0" :max="item.oneCanBuy"></u-number-box>
@@ -93,7 +93,7 @@
</view>
</view>
<view class="coreshop-text-right coreshop-flex-direction-column">
<text class="coreshop-text-black coreshop-font-11 u-line-1">{{ item.productSku}}</text>
<text class="coreshop-text-black coreshop-font-11 u-line-2">{{ item.productSku}}</text>
<text class="coreshop-text-gray coreshop-margin-left-10 coreshop-font-10">x{{ item.nums}}</text>
</view>
</view>