|
@@ -1921,9 +1921,13 @@ func (this *UserController) ApplyDetail() {
|
|
|
}
|
|
|
switch detail.RegisterPlatform {
|
|
|
case 1:
|
|
|
- detail.ApplicationSource = "小程序"
|
|
|
+ detail.ApplicationSource = "查研观向小程序"
|
|
|
case 2:
|
|
|
- detail.ApplicationSource = "网页版"
|
|
|
+ detail.ApplicationSource = "查研观向网页版"
|
|
|
+ case 5:
|
|
|
+ detail.ApplicationSource = "买方研选小程序"
|
|
|
+ case 6:
|
|
|
+ detail.ApplicationSource = "买方研选网页版"
|
|
|
}
|
|
|
|
|
|
switch detail.InviteCompanySource {
|