|
|
@@ -1042,10 +1042,10 @@ class OrderClass extends BaseClass
|
|
|
|
|
|
if ($debtAmount > 0) {
|
|
|
$content .= "<BR>";
|
|
|
- $content .= "<C>扫码查看所有欠款单</C>";
|
|
|
+ $content .= "<CB>扫码下单</CB>";
|
|
|
$content .= "<BR>";
|
|
|
$host = Yii::$app->params['hdHost'];
|
|
|
- $content .= "<QR>" . $host . "/#/pagesPurchase/gathering?id=" . $ghsId . "</QR>";
|
|
|
+ $content .= "<QR>" . $host . "/#/admin/home/workbench";
|
|
|
}
|
|
|
|
|
|
$ext = ShopExtClass::getByCondition(['shopId' => $shopId]);
|