Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
f239ffb0
Commit
f239ffb0
authored
Sep 06, 2018
by
Junling Bu
Browse files
chore[renard-wx]: 稍微微调一下
parent
426571d5
Changes
3
Hide whitespace changes
Inline
Side-by-side
renard-wx/config/api.js
View file @
f239ffb0
// 以下是业务服务器API地址
// 本机开发时使用
var
WxApiRoot
=
'
http://192.168.1.105:8082/wx/
'
;
var
WxApiRoot
=
'
http://localhost:8080/wx/
'
;
// 局域网测试使用
// var WxApiRoot = 'http://192.168.0.101:8080/wx/';
// 云平台上线时使用
// var WxApiRoot = 'https://litemall.menethil.com.cn/wx/';
// var WxApiRoot = 'https://www.menethil.com.cn/wx/';
...
...
renard-wx/pages/topicDetail/topicDetail.js
View file @
f239ffb0
...
...
@@ -33,10 +33,10 @@ Page({
if
(
res
.
errno
===
0
)
{
that
.
setData
({
topic
:
res
.
data
,
topic
:
res
.
data
.
topic
});
WxParse
.
wxParse
(
'
topicDetail
'
,
'
html
'
,
res
.
data
.
content
,
that
);
WxParse
.
wxParse
(
'
topicDetail
'
,
'
html
'
,
res
.
data
.
topic
.
content
,
that
);
}
});
...
...
renard-wx/project.config.json
View file @
f239ffb0
...
...
@@ -9,7 +9,7 @@
},
"compileType"
:
"miniprogram"
,
"libVersion"
:
"2.2.0"
,
"appid"
:
"wx
52ddd0f2221f9355
"
,
"appid"
:
"wx
a5b486c6b918ecfb
"
,
"projectname"
:
"Renard"
,
"condition"
:
{
"search"
:
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment