mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
opt wx
This commit is contained in:
parent
1c81943d46
commit
8e4a8fe0a3
@ -595,10 +595,15 @@ body.print fieldset.Footer {
|
||||
|
||||
body.mobile select {
|
||||
font-size:18px;
|
||||
margin-top:5px;
|
||||
}
|
||||
body.mobile input {
|
||||
font-size:18px;
|
||||
}
|
||||
body.mobile input[type=text] {
|
||||
margin-top:5px;
|
||||
height:26px;
|
||||
}
|
||||
body.mobile fieldset.Header.head {
|
||||
position:fixed; top:0;
|
||||
width:-webkit-fill-available;
|
||||
|
@ -1,6 +1,7 @@
|
||||
fieldset.Header {
|
||||
height:32px; padding:0 5px;
|
||||
overflow:hidden;
|
||||
z-index:10;
|
||||
}
|
||||
fieldset.Header>div.output {
|
||||
height:32px; overflow:hidden;
|
||||
|
@ -1,5 +1,5 @@
|
||||
Volcanos("onaction", {source: function(can, msg) {
|
||||
can.require("https://res.wx.qq.com/open/js/jweixin-1.6.0.js", function(can) {
|
||||
can.require(["https://res.wx.qq.com/open/js/jweixin-1.6.0.js"], function(can) {
|
||||
wx.config({debug: msg.Option("debug") == ice.TRUE,
|
||||
appId: msg.Option("appid"), signature: msg.Option("signature"),
|
||||
nonceStr: msg.Option("noncestr"), timestamp: msg.Option("timestamp"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user