|
@@ -35,7 +35,7 @@ class WelcomeController extends BaseController
|
|
|
}
|
|
|
if ($send_order && $qappPackage) {
|
|
|
$this->sendOrderStatistic($send_order);//统计
|
|
|
- return view('qapp.welcome')->with([
|
|
|
+ return view('qapp.start')->with([
|
|
|
'package' => $qappPackage->package,
|
|
|
'hash_bid' => Hashids::encode($send_order->book_id),
|
|
|
'cid' => $send_order->chapter_id,
|