Open willy800510 opened 3 years ago
在 sysInfo.php/order.php....... 的查看檔案(檔案預覽)及訂單編號 需要一個判斷或功能 點選不同的logo 導向的頁面也會跟著更改成相對應的logo圖 需要協助製作此功能
查看檔案 sysInfo.php <a href="logoDisplay.php" class="btn btn-outline-logoColor d-none d-md-flex">查看檔案</a> 檔案預覽 order.php <a href="logoDisplay.php" class="btn btn-outline-primary mx-1 py-2 col-6 text-center">檔案預覽</a> 訂單編號 sysInfo.php 訂單<a href="orderNum.php" class="text-primary">xxxxxxxxxx</a>商品初稿已完成,請您查看 訂單編號 modifyCheck.php / modifyAdd.php / modifyView.php <a href="orderNum.php" class="text-primary" target="_blank">xxxxxxxxxx</a> 訂單編號 carts_payComplete.php <a href="orderNum.php" class="col-3 col-md-4 text-center">a$bcxxx123</a>
查看檔案 sysInfo.php
<a href="logoDisplay.php" class="btn btn-outline-logoColor d-none d-md-flex">查看檔案</a>
檔案預覽 order.php
<a href="logoDisplay.php" class="btn btn-outline-primary mx-1 py-2 col-6 text-center">檔案預覽</a>
訂單編號 sysInfo.php
訂單<a href="orderNum.php" class="text-primary">xxxxxxxxxx</a>商品初稿已完成,請您查看
訂單編號 modifyCheck.php / modifyAdd.php / modifyView.php
<a href="orderNum.php" class="text-primary" target="_blank">xxxxxxxxxx</a>
訂單編號 carts_payComplete.php
<a href="orderNum.php" class="col-3 col-md-4 text-center">a$bcxxx123</a>
這些應該是後端輸出的時候就會填入所需的不同的資料...... 基本上只要是從資料庫撈出的內容要做替換,都是後端會處理 😆
在 sysInfo.php/order.php....... 的查看檔案(檔案預覽)及訂單編號 需要一個判斷或功能 點選不同的logo 導向的頁面也會跟著更改成相對應的logo圖 需要協助製作此功能