恢复
This commit is contained in:
parent
3439858af5
commit
5fe3483f26
@ -123,7 +123,7 @@ Page({
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
app.restAjax.get(app.restAjax.path('{venueUrl}/app/booking/listgrouninfoanditemrelease/{venuesProjectId}',
|
app.restAjax.get(app.restAjax.path('{venueUrl}/app/booking/listgrouninfoanditemrelease/{venuesProjectId}',
|
||||||
[app.venueUrl,self.data.selectVenuesProject]), {headers : {token:self.data.token}}, null,
|
[app.venueUrl,self.data.selectVenuesProject]), null, {headers : {token:self.data.token}},
|
||||||
function(code,data){
|
function(code,data){
|
||||||
if(data.data.length > 0 ){
|
if(data.data.length > 0 ){
|
||||||
self.setData({
|
self.setData({
|
||||||
|
@ -9,10 +9,10 @@
|
|||||||
<view class="select-title">文化直播</view>
|
<view class="select-title">文化直播</view>
|
||||||
</view>
|
</view>
|
||||||
-->
|
-->
|
||||||
<view class="select-box" bindtap="goFriendCircle">
|
<!-- <view class="select-box" bindtap="goFriendCircle">
|
||||||
<image src="../../images/select-tab.png"></image>
|
<image src="../../images/select-tab.png"></image>
|
||||||
<view class="select-title">文化分享</view>
|
<view class="select-title">文化分享</view>
|
||||||
</view>
|
</view> -->
|
||||||
<view class="select-box" bindtap="goCultureMap">
|
<view class="select-box" bindtap="goCultureMap">
|
||||||
<image src="../../images/select-tab.png"></image>
|
<image src="../../images/select-tab.png"></image>
|
||||||
<view class="select-title">文化地图</view>
|
<view class="select-title">文化地图</view>
|
||||||
|
@ -13,7 +13,6 @@ Page({
|
|||||||
* 生命周期函数--监听页面加载
|
* 生命周期函数--监听页面加载
|
||||||
*/
|
*/
|
||||||
onLoad: function (options) {
|
onLoad: function (options) {
|
||||||
console.log(options)
|
|
||||||
if (options.link) {
|
if (options.link) {
|
||||||
options.link = decodeURIComponent(options.link)
|
options.link = decodeURIComponent(options.link)
|
||||||
app.dialog.loading('正在加载');
|
app.dialog.loading('正在加载');
|
||||||
|
Loading…
Reference in New Issue
Block a user