修正部分机型下列表图片高度不正确的bug
This commit is contained in:
parent
61e0ef6e78
commit
dcbca3db22
@ -9,7 +9,7 @@
|
|||||||
"autoAudits": false
|
"autoAudits": false
|
||||||
},
|
},
|
||||||
"compileType": "miniprogram",
|
"compileType": "miniprogram",
|
||||||
"appid": "wx815bf59d472c0a63",
|
"appid": "wxceb32485e252fc72",
|
||||||
"projectname": "game",
|
"projectname": "game",
|
||||||
"miniprogramRoot": "dist/",
|
"miniprogramRoot": "dist/",
|
||||||
"condition": {
|
"condition": {
|
||||||
@ -46,7 +46,7 @@
|
|||||||
"id": 1,
|
"id": 1,
|
||||||
"name": "分享游戏",
|
"name": "分享游戏",
|
||||||
"pathName": "pages/index",
|
"pathName": "pages/index",
|
||||||
"query": "roomId=1100309&gid=7000006&togame=1",
|
"query": "roomId=5566743627830405120010001&gid=7002058&togame=1",
|
||||||
"scene": null
|
"scene": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -41,7 +41,7 @@ export default class extends wepy.app {
|
|||||||
navigationBarTextStyle: 'black'
|
navigationBarTextStyle: 'black'
|
||||||
},
|
},
|
||||||
//0:爆冰大人, 1:支付
|
//0:爆冰大人, 1:支付
|
||||||
navigateToMiniProgramAppIdList: ["wxc02bad35ad26165e", "wxbf333d56b4de3905"]
|
navigateToMiniProgramAppIdList: ["wxc02bad35ad26165e", "wx815bf59d472c0a63"]
|
||||||
}
|
}
|
||||||
|
|
||||||
globalData = {
|
globalData = {
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
<navigator class="one-line"
|
<navigator class="one-line"
|
||||||
target="miniProgram"
|
target="miniProgram"
|
||||||
open-type="navigate"
|
open-type="navigate"
|
||||||
app-id="wxbf333d56b4de3905"
|
app-id="wx815bf59d472c0a63"
|
||||||
path="/pages/product?{{config.params}}}"
|
path="/pages/product?{{config.params}}}"
|
||||||
extra-data=""
|
extra-data=""
|
||||||
version="develop"
|
version="develop"
|
||||||
|
@ -17,7 +17,7 @@ var ShareConfig = {
|
|||||||
};
|
};
|
||||||
var SDKManage = function() {
|
var SDKManage = function() {
|
||||||
this.isoffical = false;
|
this.isoffical = false;
|
||||||
this.gameId = 8003;
|
this.gameId = 8004;
|
||||||
this.hasLogin = false;
|
this.hasLogin = false;
|
||||||
this.vision = '1.0.0';
|
this.vision = '1.0.0';
|
||||||
this.ChannelId = 6001;
|
this.ChannelId = 6001;
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
<navigator class="vip-btn zan-btn zan-btn--mini zan-btn--primary zan-btn--plain button-hover {{vip_btn_title ? '' : 'hidden'}}"
|
<navigator class="vip-btn zan-btn zan-btn--mini zan-btn--primary zan-btn--plain button-hover {{vip_btn_title ? '' : 'hidden'}}"
|
||||||
target="miniProgram"
|
target="miniProgram"
|
||||||
open-type="navigate"
|
open-type="navigate"
|
||||||
app-id="wxbf333d56b4de3905"
|
app-id="wx815bf59d472c0a63"
|
||||||
path="/pages/buyvip?{{vip_params}}"
|
path="/pages/buyvip?{{vip_params}}"
|
||||||
extra-data=""
|
extra-data=""
|
||||||
version="develop"
|
version="develop"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
line-height:60px;
|
line-height:60px;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
|
height:60px;
|
||||||
}
|
}
|
||||||
.game-cell .game-icon image {
|
.game-cell .game-icon image {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user