29 changed files with 480 additions and 181 deletions
@ -1,5 +1,5 @@ |
|||
const config = { |
|||
// api_url: 'http://192.168.42.44:8083/fqsb', // 服务器地址
|
|||
api_url: 'http://121.42.41.42:8092/fqsb' |
|||
api_url: 'https://shibeirencai.elinkit.com.cn:8083/fqsb' |
|||
} |
|||
export { config } |
@ -1,11 +1,16 @@ |
|||
<!--pages/topics/common/message/index.wxml--> |
|||
<view class="mian"> |
|||
<view class="content-wrapper"> |
|||
<view class="section"> |
|||
<textarea class="textArea" value="{{textAreaString}}" bindinput="bindTextAreaInput" placeholder="有什么想留言的内容?" /> |
|||
<view class="btnView"> |
|||
<e-ibutton title="提交" bind:onTap="submit"/> |
|||
<view class="container"> |
|||
<view class="item"> |
|||
<view class="must_fill">*</view> |
|||
<input class="title" value="{{messageTitle}}" bindinput="bindTextInput" placeholder="请输入标题"></input> |
|||
</view> |
|||
|
|||
<view class="line-view"></view> |
|||
<view class="item"> |
|||
<view class="must_fill">*</view> |
|||
<textarea class="textArea" value="{{messageDetail}}" bindinput="bindTextAreaInput" placeholder="请输入正文" /> |
|||
</view> |
|||
<view class="btnView"> |
|||
<e-ibutton title="提交" bind:onTap="submit"/> |
|||
</view> |
|||
</view> |
|||
|
Loading…
Reference in new issue