Commit d5c51bda authored by zhengke's avatar zhengke

修改

parent 5436828e
...@@ -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,12 +260,10 @@ ...@@ -260,12 +260,10 @@
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: "活动报名", });
});
uni.setNavigationBarColor({ uni.setNavigationBarColor({
frontColor: "#ffffff", frontColor: "#ffffff",
backgroundColor: "#000", backgroundColor: "#000",
......
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