abiao лет назад: 4
Родитель
Сommit
6c1f2c8b3f

+ 1 - 1
go/gopath/src/fohow.com/apps/controllers/customer_service_controller/customer_service_controller.go

@@ -29,7 +29,7 @@ func (self *CustomerServiceController) GetRabbitKfImgByUnionid() {
 	qrCodeImgUrl := ""
 	_ads := ad_model.GetAdsByCode(adCode, true)
 	if _ads != nil {
-		qrCodeImgUrl = ad_model.GetFullImgUrl(_ads[0].Img)
+		qrCodeImgUrl = _ads[0].Img
 	} else {
 		qrCodeImgUrl = "https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/kf/kfewm.jpg"
 	}