Commit 2fb29ef786cd63728bf4928590dd4ba6c5c17a44

Authored by zhiyangdu
1 parent 8f2986b2

样式有阿虎

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