Browse Source

我有事说-项目增加置顶标签;

feature/optimise
ZhaoTongYao 5 years ago
parent
commit
6ba27ae04a
  1. 2
      pages/heartNew/components/volunteer/volunteer.wxss
  2. 2
      pages/toRegister/toRegister.js
  3. 16
      project.config.json
  4. 2
      subpages/associationNew/components/membersListNew/membersListNew.wxss

2
pages/heartNew/components/volunteer/volunteer.wxss

@ -28,7 +28,7 @@
margin-top: 10rpx;
font-size:26rpx;
/* font-weight:500; */
color:rgba(193,193,193,1);
color: #333;
padding: 0 20rpx;
text-align: center;
}

2
pages/toRegister/toRegister.js

@ -21,7 +21,7 @@ Page({
// }
// })
let that = this
const versionNum = "1.4.36"
const versionNum = "1.4.38"
api.getScanSwitch(versionNum).then(function (res) {
console.log(res.data)
let state = res.data.scanFlag

16
project.config.json

@ -38,23 +38,23 @@
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {
"plugin": {
"search": {
"current": -1,
"list": []
},
"game": {
"currentL": -1,
"conversation": {
"current": -1,
"list": []
},
"gamePlugin": {
"plugin": {
"current": -1,
"list": []
},
"search": {
"current": -1,
"game": {
"currentL": -1,
"list": []
},
"conversation": {
"gamePlugin": {
"current": -1,
"list": []
},
@ -65,7 +65,7 @@
"id": 0,
"name": "pages/formid/formid",
"pathName": "pages/formid/formid",
"query": "gid=1252832420898570242",
"query": "gid=1233592630168813569",
"scene": 1011
},
{

2
subpages/associationNew/components/membersListNew/membersListNew.wxss

@ -39,7 +39,7 @@
font-size: 26rpx;
line-height: 36rpx;
/* font-weight:500; */
color: rgba(193, 193, 193, 1);
color: #333;
}

Loading…
Cancel
Save