|
@@ -1,6 +1,6 @@
|
|
<!--index.wxml-->
|
|
<!--index.wxml-->
|
|
-<import src="index.skeleton.wxml"/>
|
|
|
|
-<template is="skeleton" wx:if="{{loading}}"/>
|
|
|
|
|
|
+<import src="index.skeleton.wxml" />
|
|
|
|
+<template is="skeleton" wx:if="{{loading}}" />
|
|
<wxs module="filter" src="../../utils/filter.wxs"></wxs>
|
|
<wxs module="filter" src="../../utils/filter.wxs"></wxs>
|
|
<view class="container">
|
|
<view class="container">
|
|
<!-- <navBar
|
|
<!-- <navBar
|
|
@@ -23,10 +23,10 @@
|
|
</view> -->
|
|
</view> -->
|
|
<view class="item-img">
|
|
<view class="item-img">
|
|
<image src="{{BASEIMGURL + item.imgList.img[0]}}" mode='aspectFill'></image>
|
|
<image src="{{BASEIMGURL + item.imgList.img[0]}}" mode='aspectFill'></image>
|
|
- <view class="content-title text-overflow">{{item.title}}</view>
|
|
|
|
|
|
+ <view class="content-title text-overflow">{{item.title}}</view>
|
|
</view>
|
|
</view>
|
|
<view class="item-content">
|
|
<view class="item-content">
|
|
-
|
|
|
|
|
|
+
|
|
<view class="content-addr">
|
|
<view class="content-addr">
|
|
<view class='addr-icon'>
|
|
<view class='addr-icon'>
|
|
<image src="../../img/location.png"></image>
|
|
<image src="../../img/location.png"></image>
|
|
@@ -54,14 +54,14 @@
|
|
<text class="fn-d">/人</text>
|
|
<text class="fn-d">/人</text>
|
|
</view>
|
|
</view>
|
|
<view class="fn-r" catchtap="touchHandler">
|
|
<view class="fn-r" catchtap="touchHandler">
|
|
-
|
|
|
|
|
|
+
|
|
<view class="go-detail" wx:if="{{userInfo.phone == item.organizer}}" catchtap='goEdit' data-id='{{item.id}}'>
|
|
<view class="go-detail" wx:if="{{userInfo.phone == item.organizer}}" catchtap='goEdit' data-id='{{item.id}}'>
|
|
编辑
|
|
编辑
|
|
</view>
|
|
</view>
|
|
<view class="go-detail" wx:else catchtap='goDetail' data-id='{{item.id}}'>
|
|
<view class="go-detail" wx:else catchtap='goDetail' data-id='{{item.id}}'>
|
|
已参加
|
|
已参加
|
|
</view>
|
|
</view>
|
|
-
|
|
|
|
|
|
+
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -81,4 +81,16 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view> -->
|
|
</view> -->
|
|
|
|
+ <view class="get-info-mask" hidden="{{hideGetInfo}}">
|
|
|
|
+ <view class="in {{!hideGetInfo?'scroll-in':''}}">
|
|
|
|
+ <view class="avatar">
|
|
|
|
+ <image src="{{ BASEIMGURL1 + 'coffeetalk_small.jpg'}}"></image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="name">Coffee Talk</view>
|
|
|
|
+ <view class="des">申请获得你微信绑定的手机号</view>
|
|
|
|
+ <view class="btn">
|
|
|
|
+ <button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">获取手机号</button>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|