diff --git a/mobile/plugins/payment/wxpay.php b/mobile/plugins/payment/wxpay.php
index 8fb4044..b132927 100755
--- a/mobile/plugins/payment/wxpay.php
+++ b/mobile/plugins/payment/wxpay.php
@@ -201,46 +201,46 @@ class wxpay
$this->setParameter("notify_url", __URL__ . 'wxpay.php'); // 通知地址
$this->setParameter("trade_type", "JSAPI"); // 交易类型
- $prepay_id = $this->getPrepayId();
- $jsApiParameters = $this->getParameters($prepay_id);
+ // $prepay_id = $this->getPrepayId();
+ // $jsApiParameters = $this->getParameters($prepay_id);
// wxjsbridge
- $js = '
- ';
-
- $button = '微信支付(测试)' . $js;
- // $button = '微信支付';
+ // $js = '
+ // ';
+
+ // $button = '微信支付(测试)' . $js;
+ $button = '微信支付(测试)';
return $button;