Commit f6bf932f authored by zhoujun's avatar zhoujun

Merge branch 'test'

parents df7f6c66 bd7a47aa
...@@ -206,7 +206,7 @@ textarea { ...@@ -206,7 +206,7 @@ textarea {
line-height: 0.62rem; line-height: 0.62rem;
font-size: 0.26rem; font-size: 0.26rem;
color: #5f1a11; color: #5f1a11;
text-align: right; text-align: left;
margin-top: .3rem; margin-top: .3rem;
} }
.role-container li span { .role-container li span {
......
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
li { li {
.lh(.62rem); .lh(.62rem);
.fs(.26rem, @baseColor); .fs(.26rem, @baseColor);
text-align: right; text-align: left;
margin-top: .3rem; margin-top: .3rem;
span { span {
......
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
function _wechatConfig(o) { function _wechatConfig(o) {
wx.config({ wx.config({
debug: false, debug: true,
appId: o.appId, appId: o.appId,
timestamp: o.timestamp, timestamp: o.timestamp,
nonceStr: o.nonceStr, nonceStr: o.nonceStr,
...@@ -129,9 +129,9 @@ ...@@ -129,9 +129,9 @@
} }
wx.ready(function () { wx.ready(function () {
var title = '阿拉德之怒', var title = '阿拉德之怒-test',
link = 'http://uc-signin2.srccwl.com', link = 'http://uc-card.aldzn.cn',
img = "https://static-platform.srccwl.com/ucSign/ald/sign/images/wx.png", img = "http://uc-card.aldzn.cn/static/postcard/images/default_img.png",
desc = "Warning!阿拉德之怒"; desc = "Warning!阿拉德之怒";
wx_share(title,link,img,desc); 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