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

修改

上级 88b7ce3b
...@@ -14,8 +14,8 @@ App({ ...@@ -14,8 +14,8 @@ App({
//全局数据 //全局数据
globalData: { globalData: {
//domain:'http://id24iu.natappfree.cc', //domain:'http://id24iu.natappfree.cc',
domain:"http://dd2.ubainsyun.com",
//domain: "http://zhenglide.natapp1.cc" , //domain: "http://zhenglide.natapp1.cc" ,
domain:"http://dd2.ubainsyun.com",
corpId: '', corpId: '',
userId:'', userId:'',
person:'', person:'',
......
...@@ -24,12 +24,15 @@ ...@@ -24,12 +24,15 @@
</form> </form>
<scroll-view scroll-y="{{true}}"> <scroll-view scroll-y="{{true}}">
<view a:for="{{signList}}" a:for-item="sign" a:for-index="index" class='item-avatar-xs-a'> <view a:for="{{signList}}" a:for-item="sign" a:for-index="index" class='item-avatar-xs-a'>
<!-- <checkbox value="{{employee.name}}" checked="{{employee.checked}}" /> --> <!-- <checkbox value="{{employee.name}}" checked="{{employee.checked}}" /> -->
<view data-index="{{index}}" data-id="{{index }}" onTap="deleteSign" class="del"> <view data-index="{{index}}" data-id="{{index }}" onTap="deleteSign" class="del">
<icon type="cancel" size="18" color="red"/> <icon type="cancel" size="18" color="red"/>
</view> </view>
<text class="checkbox-text">{{sign.signName}}</text> <text class="checkbox-text">{{sign.signName}}</text>
</view> </view>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论