Commit f6bf932f authored by zhoujun's avatar zhoujun

Merge branch 'test'

parents df7f6c66 bd7a47aa
......@@ -206,7 +206,7 @@ textarea {
line-height: 0.62rem;
font-size: 0.26rem;
color: #5f1a11;
text-align: right;
text-align: left;
margin-top: .3rem;
}
.role-container li span {
......
......@@ -105,7 +105,7 @@
li {
.lh(.62rem);
.fs(.26rem, @baseColor);
text-align: right;
text-align: left;
margin-top: .3rem;
span {
......
......@@ -65,7 +65,7 @@
function _wechatConfig(o) {
wx.config({
debug: false,
debug: true,
appId: o.appId,
timestamp: o.timestamp,
nonceStr: o.nonceStr,
......@@ -129,9 +129,9 @@
}
wx.ready(function () {
var title = '阿拉德之怒',
link = 'http://uc-signin2.srccwl.com',
img = "https://static-platform.srccwl.com/ucSign/ald/sign/images/wx.png",
var title = '阿拉德之怒-test',
link = 'http://uc-card.aldzn.cn',
img = "http://uc-card.aldzn.cn/static/postcard/images/default_img.png",
desc = "Warning!阿拉德之怒";
wx_share(title,link,img,desc);
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment