提交 13fc9683 authored 作者: 曾美红's avatar 曾美红

修改预定

上级 218074f2
......@@ -14,7 +14,7 @@ App({
//全局数据
globalData: {
//domain:'http://id24iu.natappfree.cc',
// domain:"http://dd2.ubainsyun.com",
//domain:"http://dd2.ubainsyun.com",
domain: "http://zhenglide.natapp1.cc" ,
corpId: '',
userId:'',
......
......@@ -154,9 +154,9 @@ Page({
})
return false;
}
let res = dd.getStorageSync({ key: signList });
var topicList=this.data.topicList;
console.log(this.data.topicList);
let res = dd.getStorageSync({ key: 'signList' });
var topicList=this.data.topicList;
console.log(res.data);
dd.httpRequest({
url: addmeetingeUrl,
method: 'POST',
......@@ -170,7 +170,7 @@ Page({
messageName: e.detail.value.messageName,
messageCompere: e.detail.value.messageCompere,
topicList: topicList,
signList:res.data,
signList:JSON.stringify(res.data),
messageContent: e.detail.value.messageContent,
remindMethod : e.detail.value.remindMethod,
remindTime: e.detail.value.remindTime,
......@@ -220,7 +220,7 @@ Page({
}
},
fail: function(res) {
//console.log("httpRequestFail---", res)
console.log("httpRequestFail---", res)
//dd.alert({ content: JSON.stringify(res) });
},
......
.user_img{
width: 80rpx;
height: 80rpx;
border-radius: 50%;
border: 1px solid #ccc;
border-radius: 67rpx;
margin-left: 340rpx;
......
......@@ -9,8 +9,8 @@
<input type='num' name="phonetel" value='{{user.phonetel}}' maxlength="11" onBlur="Phone" />
</view>
<view class='item-avatar-xs'>
<text>昵 称 :
<input value="{{user.nickname}}" name="nickname" placeholder='请输入昵称' /></text>
<text>昵 称 : </text>
<input value="{{user.nickname}}" name="nickname" placeholder='请输入昵称' />
</view>
<view class='item-avatar-xs'>
<text>邮 箱 :</text>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论