为添加微信小程序支付做准备

This commit is contained in:
lym
2026-03-16 02:47:48 +08:00
parent be6ee77e38
commit bc9073f7f3
24 changed files with 3269 additions and 83 deletions

View File

@@ -405,7 +405,7 @@ namespace Mtxfw.VipSite
Double G_JG = Double.Parse(Dr["G_JG"].ToString());
Double G_JF = Double.Parse(Dr["G_JF"].ToString());
int G_KC = int.Parse(Dr["G_KC"].ToString());
strje += G_Name + "&nbsp;" + G_JG + "兑换券/" + G_KC + "<br>";
strje += G_Name + "&nbsp;" + "价格"+G_JG + "+兑换券" + G_JF + "/库存" + G_KC + "<br>";
}
strje += "</td>";
}