ソースを参照

edit customer qrcode image

abiao 4 年 前
コミット
6c1f2c8b3f
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      go/gopath/src/fohow.com/apps/controllers/customer_service_controller/customer_service_controller.go

+ 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"
 	}