|
@@ -88,6 +88,8 @@ class showUserMoreView(TemplateView):
|
|
|
country_qs = CountryLanguageModel.objects.filter(country_id=region_country).values(
|
|
|
'country__region__api')
|
|
|
sqlDict["datas"][k]['fields']['api'] = country_qs[0]['country__region__api']
|
|
|
+ if region_country == 1: # 中国返回美洲域名
|
|
|
+ sqlDict["datas"][k]['fields']['api'] = 'https://www.dvema.com/'
|
|
|
|
|
|
# region数据
|
|
|
region_country = sqlDict['datas'][k]['fields']['region_country']
|