Commit 04148af6 authored by 罗超's avatar 罗超

Merge branch 'master' of http://gitlab.oytour.com/viitto/mallapp into master

parents 08a3626c d5c51bda
...@@ -209,7 +209,7 @@ ...@@ -209,7 +209,7 @@
<template v-if="signMsg.FirstShopLinkManList.length>0"> <template v-if="signMsg.FirstShopLinkManList.length>0">
<view style="display: flex;justify-content: space-between;" v-if="isShowAdd"> <view style="display: flex;justify-content: space-between;" v-if="isShowAdd">
<view class="ac_upBtn" @click="addPerson()">提交联系人信息</view> <view class="ac_upBtn" @click="addPerson()">提交联系人信息</view>
<view class="ac_CancelBtn">取消</view> <view class="ac_CancelBtn" @click="isShowAdd=false">取消</view>
</view> </view>
<view v-if="!isShowAdd"> <view v-if="!isShowAdd">
<view class="ac_CancelBtn" style="width:300rpx;margin:auto;color:#F70027;border-color:#F70027" <view class="ac_CancelBtn" style="width:300rpx;margin:auto;color:#F70027;border-color:#F70027"
...@@ -260,9 +260,7 @@ ...@@ -260,9 +260,7 @@
console.log(options, 'optionssss'); console.log(options, 'optionssss');
if (options && options.Id) { if (options && options.Id) {
this.signMsg.ActivityIds = options.Id; this.signMsg.ActivityIds = options.Id;
} }
// this.signMsg.ActivityIds =
uni.setNavigationBarTitle({ uni.setNavigationBarTitle({
title: "活动报名", title: "活动报名",
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment