Commit 2fb29ef786cd63728bf4928590dd4ba6c5c17a44

Authored by zhiyangdu
1 parent 8f2986b2

样式有阿虎

src/pages/pointsMall/pointsMall.less
@@ -116,6 +116,7 @@ @@ -116,6 +116,7 @@
116 line-height: 90px; 116 line-height: 90px;
117 } 117 }
118 .btn{ 118 .btn{
  119 + font-size: 24px;
119 padding: 0 20px; 120 padding: 0 20px;
120 height: 50px; 121 height: 50px;
121 background: #DAB277; 122 background: #DAB277;
src/pages/pointsMall/pointsMall.vue
@@ -300,7 +300,7 @@ export default { @@ -300,7 +300,7 @@ export default {
300 //请求数据 300 //请求数据
301 created () { 301 created () {
302 // 设置标题 302 // 设置标题
303 - this.$set(this, "title", "优选"); 303 + this.$set(this, "title", "积分商城");
304 304
305 // 判断是否在App内 305 // 判断是否在App内
306 if (this.isCNLive.value) { 306 if (this.isCNLive.value) {