Sfoglia il codice sorgente

更改部门显示

abiao 3 anni fa
parent
commit
7f5d92c37a

+ 0 - 4
go/gopath/src/fohow.com/apps/controllers/order_controller/order_controller.go

@@ -112,10 +112,6 @@ func (self *OrderController) Create() {
 		}
 	}
 	totalPrice := product.Price * count
-	//小兔微信,测试微信支付
-	if wxUId == 76 {
-		totalPrice = 1
-	}
 	freight := sys_config.GetFreight()
 	if totalPrice >= sys_config.GetOrderLimit() {
 		freight = int64(0)