作者 anyv
1 个管道 的构建 通过 耗费 2 秒

4

... ... @@ -138,6 +138,7 @@ class ShopcartController extends WeChatBaseController{
$indent['create_time'] = time();
$indent['indent_type'] = 1;
$indent['logistic_name'] = 'YTO';
$indent['is_courier'] = 1;
$book_num = 0;
foreach ($data as $key => $val){
$book_num += $val['book_num'];
... ...
... ... @@ -470,7 +470,7 @@
function Sure_add(){
show_img = $('#show_img')[0].src;
if(show_img == "/themes/simpleboot3/public/assets/images/jiahao.png"){
if(show_img == "http://www.xkeasy.com/themes/simpleboot3/public/assets/images/jiahao.png"){
show_img = '';
}
console.log(show_img);
... ...