diff --git a/yudao-ui-app/pages/index/index.vue b/yudao-ui-app/pages/index/index.vue
index 1e66621ad..e2e01c58b 100644
--- a/yudao-ui-app/pages/index/index.vue
+++ b/yudao-ui-app/pages/index/index.vue
@@ -88,7 +88,7 @@
{{item.storeName}}
-
+
@@ -266,7 +266,7 @@
vip: {}, //会员
tempArr: [], //精品推荐临时数组
roll: [], // 新闻简报
- site_name: '', //首页title
+ site_name: '首页', //首页title
iSshowH: false,
configApi: {}, //分享类容配置
spikeList: [], // 秒杀
@@ -334,7 +334,7 @@
// #endif
},
onShow() {
- this.getIndexConfig();
+ // this.getIndexConfig();
getUserInfo().then(res => {
this.userInfo = res.data
getTenant(this.tenantId).then(res => {
diff --git a/yudao-ui-app/pages/order_addcart/order_addcart.vue b/yudao-ui-app/pages/order_addcart/order_addcart.vue
index 2142bc556..15b16a053 100644
--- a/yudao-ui-app/pages/order_addcart/order_addcart.vue
+++ b/yudao-ui-app/pages/order_addcart/order_addcart.vue
@@ -28,7 +28,7 @@
{{item.storeName}}
-
+
@@ -47,7 +47,7 @@
-
+
@@ -58,7 +58,7 @@
全选
- 合计
+ 合计
结算({{allCountval}})
@@ -380,7 +380,7 @@
},
/**
* 获取产品详情
- *
+ *
*/
getGoodsDetails: function(item) {
uni.showLoading({
@@ -404,7 +404,7 @@
},
/**
* 属性变动赋值
- *
+ *
*/
ChangeAttr: function(res) {
let productSelect = this.productValue[res];
@@ -428,7 +428,7 @@
},
/**
* 默认选中属性
- *
+ *
*/
DefaultSelect: function() {
let productAttr = this.attr.productAttr;
@@ -495,7 +495,7 @@
},
/**
* 购物车数量加和数量减
- *
+ *
*/
ChangeCartNum: function(changeValue) {
//changeValue:是否 加|减
@@ -524,7 +524,7 @@
},
/**
* 购物车手动填写
- *
+ *
*/
iptCartNum: function(e) {
this.$set(this.attr.productSelect, 'cart_num', e);
@@ -719,7 +719,7 @@
},
/**
* 购物车手动填写
- *
+ *
*/
iptCartNum: function(index) {
let item = this.cartList.valid[index];