Browse Source

彩色

master
nige 3 years ago
parent
commit
c9fd0b07a2
  1. 2
      app.js
  2. 4
      app.wxss

2
app.js

@ -22,7 +22,7 @@ App({
unique_key: "wechatxcx" unique_key: "wechatxcx"
}).then(res => { }).then(res => {
let data = JSON.parse(res.data); let data = JSON.parse(res.data);
data.isTest = data.isTest47?true:false; data.isTest = data.isTest48?true:false;
this.globalData.configJson = data this.globalData.configJson = data
}) })

4
app.wxss

@ -138,6 +138,6 @@ page{
background-repeat: no-repeat; background-repeat: no-repeat;
margin: 0 auto; margin: 0 auto;
} }
page { /* page {
filter: grayscale(100%); filter: grayscale(100%);
} } */
Loading…
Cancel
Save