Commit 505dd1b4 authored by zhengke's avatar zhengke

修改

parent 1935e44f
...@@ -5,7 +5,14 @@ ...@@ -5,7 +5,14 @@
{{item.ActivityName}} {{item.ActivityName}}
<img :src="item.CoverImg" style="margin-bottom:-4px" mode="widthFix" /> <img :src="item.CoverImg" style="margin-bottom:-4px" mode="widthFix" />
</view> </view>
<u-button size="80" :ripple="true" shape="circle" :custom-style="{
backgroundColor: mc,
height: '80rpx',
color: '#FFF',
fontSize: '14px',
margin: '0 3vw',
width: '40vw',
}" @click="goSignUp()">立即报名</u-button>
</view> </view>
</template> </template>
...@@ -14,14 +21,24 @@ ...@@ -14,14 +21,24 @@
props: ["dataObj"], props: ["dataObj"],
data() { data() {
return { return {
tradeData:this.dataObj mc:'',
tradeData:this.dataObj,
Ids:'7,8,9'
} }
}, },
mounted() {
this.mc = this.$uiConfig.mainColor;
},
created() { created() {
console.log("tradeData", this.tradeData); console.log("tradeData", this.tradeData);
}, },
methods: { methods: {
//跳转报名
goSignUp(){
uni.navigateTo({
url: "/pages/kotra/activeSignUp?Id="+this.Ids
});
}
}, },
}; };
</script> </script>
......
...@@ -131,11 +131,16 @@ ...@@ -131,11 +131,16 @@
natureList: [], //性质数组 natureList: [], //性质数组
commonIndex:-1, commonIndex:-1,
signMsg:{ signMsg:{
ActivityIds:'', ActivityIds:'7,8,9',
CompanyName:'', CompanyName:'成都微途科技',
Nature:'', Nature:'1',
Remark:'', Remark:'',
FirstShopLinkManList:[] FirstShopLinkManList:[{
LinkMan:'张三',
LinkTel:'12345678',
Post:'总经理',
CountryInfo:'中国四川省成都市'
}]
} }
} }
}, },
...@@ -145,6 +150,7 @@ ...@@ -145,6 +150,7 @@
this.getNatureList(); this.getNatureList();
}, },
onLoad(options) { onLoad(options) {
console.log(options,'optionssss');
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