diff --git a/pages/activity/charts.vue b/pages/activity/charts.vue
index f4e75de..153cdea 100644
--- a/pages/activity/charts.vue
+++ b/pages/activity/charts.vue
@@ -522,7 +522,7 @@
}
.look {
- width: 202rpx;
+ width: 160rpx;
height: 60rpx;
background: #F9BD6C;
border-radius: 70rpx;
diff --git a/pages/activity/newGoods.vue b/pages/activity/newGoods.vue
index 1ab5f71..fe34588 100644
--- a/pages/activity/newGoods.vue
+++ b/pages/activity/newGoods.vue
@@ -38,7 +38,7 @@
- 再挑挑看
+ 再挑挑看
本活动最终解释权为xxxxxx公司所有
@@ -122,12 +122,12 @@
+
diff --git a/pages/news3/vipPrice.vue b/pages/news3/vipPrice.vue
index 96a62ba..abec305 100644
--- a/pages/news3/vipPrice.vue
+++ b/pages/news3/vipPrice.vue
@@ -118,7 +118,7 @@
methods: {
async onSubmitProfit() {
if (!this.min_profit) {
- return this.$toast('请输入最低利润率')
+ return this.$toast('请输入最低利润')
}
let {
status,
@@ -148,7 +148,7 @@
let rate = Number(e.detail.value)
if (5 >= rate) {
this.min_profit = ''
- return this.$toast('最低利率不能低于等于0%')
+ return this.$toast('最低利不能低于等于5')
}
this.min_profit = rate